Click or drag to resize

IObjectPool Methods

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

The IObjectPool type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the pool, emptying it of all pooled objects.
Public methodFill
Fills the pool, populating it with pooled objects until it reaches the maximum pool size.
Public methodSetSize
Sets the number of objects contained by the pool, either destroying excess pooled objects, or instantiating new ones.
Top
See Also