Click or drag to resize

IObjectPool Properties

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

The IObjectPool type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of objects currently contained by the pool.
Public propertyInstantiateWhenEmpty
Gets or sets a value indicating whether the pool should instantiate a new object when the pool is empty, and an attempt is made to acquire from the pool.
Public propertyMaximumSize
Gets or sets the maximum size of the pool, which is the maximum number of objects it can contain.
Top
See Also