Enum PooledObjectDirection
- Namespace
- CodeProject.ObjectPool.Core
- Assembly
- CodeProject.ObjectPool.dll
Direction of a pooled object.
public enum PooledObjectDirection
Fields
Inbound = 0
An object is returning to the pool.
Outbound = 1
An object is getting out of the pool.