Click or drag to resize

PoolObjectReleasedEventArgs<T> Class

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

Contains data for object pooling events.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Umbrace.Unity.PurePool.PoolObjectEventArgs<T>
      Umbrace.Unity.PurePool.PoolObjectReleasedEventArgs<T>

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 PoolObjectReleasedEventArgs< T> type exposes the following members.

Constructors
  NameDescription
Public methodPoolObjectReleasedEventArgs<T>()
Initialises a new instance of the PoolObjectReleasedEventArgs< T> class.
Public methodPoolObjectReleasedEventArgs<T>(T, Boolean)
Initialises a new instance of the PoolObjectReleasedEventArgs< T> 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 PoolObjectEventArgs<T>.)
Top
Methods
See Also