Click or drag to resize

PoolStatistics Properties

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

The PoolStatistics type exposes the following members.

Properties
  NameDescription
Public propertyAcquireCount
Gets the number of times that objects have been acquired from the pool, without instantiation.
Public propertyDestructionCount
Gets the number of objects that have been destroyed by the pool when the pool was full.
Public propertyHighestAliveCount
Gets the highest count of objects owned by the pool at any one time.
Public propertyInitialisedTime
Gets the time at which the pool was initialised.
Public propertyInstantiationCount
Gets the number of objects that have been instantiated by the pool when the pool was empty.
Public propertyLastAcquireTime
Gets the time at which an object was last acquired from the pool.
Public propertyLastDestroyTime
Gets the time at which an object was last destroyed by the pool.
Public propertyLastInstantiateTime
Gets the time at which an object was last instantiated by the pool.
Public propertyLastReleaseTime
Gets the time at which an object was last released to the pool.
Public propertyObjectsAliveInsideAndOutsidePool
Gets the number of objects currently owned by the pool, including both those in the pool and those acquired from, but not yet returned to, the pool.
Public propertyObjectsAliveOutsidePool
Gets the number of objects currently owned by the pool that have been acquired from, but not yet returned to, the pool.
Public propertyRecommendedPoolSize
Gets the recommended size that the pool should have been at initialisation time, to avoid instantiations.
Public propertyReleaseCount
Gets the number of times that objects have been released to the pool, without destruction.
Top
See Also