Click or drag to resize

IPoolBase Properties

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

The IPoolBase type exposes the following members.

Properties
  NameDescription
Public propertyCanAcquire

Gets a value indicating whether an instance can be acquired from the pool.

An instance can be acquired when the pool contains at least one instance, or when InstantiateWhenEmpty is .

Public propertyCount
Gets the number of objects currently contained by the pool.
(Inherited from IObjectPool.)
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.
(Inherited from IObjectPool.)
Public propertyIsInitialised
Gets a value indicating whether the pool has been initialised.
Public propertyMaximumSize
Gets or sets the maximum size of the pool, which is the maximum number of objects it can contain.
(Inherited from IObjectPool.)
Public propertyStatistics
Gets an object containing general operational statistics about the pool.
Top
See Also