Click or drag to resize

PoolObjectReleasedEventArgsT Class

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

Contains data for object pooling events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Umbrace.Unity.PurePoolPoolObjectEventArgsT
      Umbrace.Unity.PurePoolPoolObjectReleasedEventArgsT

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 class PoolObjectReleasedEventArgs<T> : PoolObjectEventArgs<T>

Type Parameters

T
The type of the object that the event is about.

The PoolObjectReleasedEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodPoolObjectReleasedEventArgsT
Initialises a new instance of the PoolObjectReleasedEventArgsT class.
Public methodPoolObjectReleasedEventArgsT(T, Boolean)
Initialises a new instance of the PoolObjectReleasedEventArgsT class.
Top
Properties
  NameDescription
Public propertyDestroying
Gets or sets a value indicating whether the released object is about to be destroyed.
Public propertyInstance
Gets or sets the object that the event refers to.
(Inherited from PoolObjectEventArgsT.)
Top
Methods
See Also