Interface IPooledObjectManager<T>
public interface IPooledObjectManager<T>
Base interface for a pool manager. A pool uses its associated object manager
to manage the lifecycle of the objects it pools while the pool
itself handles only the list of available
(and sometimes the list of checked out) objects.
-
Method Summary