Click or drag to resize

PoolObjectAcquiredEventArgsT 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.PurePoolPoolObjectAcquiredEventArgsT

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 PoolObjectAcquiredEventArgs<T> : PoolObjectEventArgs<T>

Type Parameters

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

The PoolObjectAcquiredEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodPoolObjectAcquiredEventArgsT
Initialises a new instance of the PoolObjectAcquiredEventArgsT class.
Public methodPoolObjectAcquiredEventArgsT(T, Boolean)
Initialises a new instance of the PoolObjectAcquiredEventArgsT class.
Top
Properties
  NameDescription
Public propertyInstance
Gets or sets the object that the event refers to.
(Inherited from PoolObjectEventArgsT.)
Public propertyInstantiated
Gets or sets a value indicating whether the acquired object was instantiated specifically for this acquisition, rather than being taken from the pool.
Top
Methods
See Also