Click or drag to resize

GenericObjectPoolTObjectReleased Event

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

Occurs when an object is released back to the pool.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public event EventHandler<PoolObjectReleasedEventArgs<T>> ObjectReleased

Value

Type: SystemEventHandlerPoolObjectReleasedEventArgsT
Remarks
This event will also be invoked for objects that are released to a pool that has reached its maximum size. In this situation, the Destroying property is set to to indicate that the released object is about to be destroyed.
See Also