| PoolObjectAcquiredEventArgsT Class | 
[This is preliminary documentation and is subject to change.]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Umbrace.Unity.PurePool
 Syntax
Syntaxpublic class PoolObjectAcquiredEventArgs<T> : PoolObjectEventArgs<T>
The PoolObjectAcquiredEventArgsT type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PoolObjectAcquiredEventArgsT | 
            Initialises a new instance of the PoolObjectAcquiredEventArgsT class.
             | 
|  | PoolObjectAcquiredEventArgsT(T, Boolean) | 
            Initialises a new instance of the PoolObjectAcquiredEventArgsT class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Instance | 
            Gets or sets the object that the event refers to.
            (Inherited from PoolObjectEventArgsT.) | 
|  | Instantiated | 
            Gets or sets a value indicating whether the acquired object was instantiated specifically for this acquisition,
            rather than being taken from the pool.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AcquireInternal | 
            When implemented in a derived class, performs actions when the object is acquired from an object pool.
            (Inherited from PoolObjectEventArgsT.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ReleaseInternal | 
            Performs actions when the object is released back to an object pool.
            (Overrides PoolObjectEventArgsTReleaseInternal.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also