Click or drag to resize

IObjectPoolT Methods

[This is preliminary documentation and is subject to change.]

The IObjectPoolT generic type exposes the following members.

Methods
  NameDescription
Public methodAcquire
Acquires an object from the pool.
Public methodClear
Clears the pool, emptying it of all pooled objects.
(Inherited from IObjectPool.)
Public methodFill
Fills the pool, populating it with pooled objects until it reaches the maximum pool size.
(Inherited from IObjectPool.)
Public methodGetItems
Public methodRelease
Releases an object back to the pool.
Public methodSetSize
Sets the number of objects contained by the pool, either destroying excess pooled objects, or instantiating new ones.
(Inherited from IObjectPool.)
Public methodTryAcquire
Acquires an object from the pool.
Top
See Also