IObjectPoolT Methods |
[This is preliminary documentation and is subject to change.]
The IObjectPoolT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Acquire |
Acquires an object from the pool.
|
![]() | Clear |
Clears the pool, emptying it of all pooled objects.
(Inherited from IObjectPool.) |
![]() | Fill |
Fills the pool, populating it with pooled objects until it reaches the maximum pool size.
(Inherited from IObjectPool.) |
![]() | GetItems |
Gets a list of items currently contained by the pool, and stores them in the specified ListT.
|
![]() | Release |
Releases an object back to the pool.
|
![]() | SetSize |
Sets the number of objects contained by the pool, either destroying excess pooled objects, or instantiating new ones.
(Inherited from IObjectPool.) |
![]() | TryAcquire |
Acquires an object from the pool.
|