PoolObjectAcquiredEventArgsT Class |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
public class PoolObjectAcquiredEventArgs<T> : PoolObjectEventArgs<T>
The PoolObjectAcquiredEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
PoolObjectAcquiredEventArgsT |
Initialises a new instance of the PoolObjectAcquiredEventArgsT class.
| |
PoolObjectAcquiredEventArgsT(T, Boolean) |
Initialises a new instance of the PoolObjectAcquiredEventArgsT class.
|
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.
|
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.) |