PoolObjectReleasedEventArgsT Class |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
public class PoolObjectReleasedEventArgs<T> : PoolObjectEventArgs<T>
The PoolObjectReleasedEventArgsT type exposes the following members.
| Name | Description | |
|---|---|---|
| PoolObjectReleasedEventArgsT |
Initialises a new instance of the PoolObjectReleasedEventArgsT class.
| |
| PoolObjectReleasedEventArgsT(T, Boolean) |
Initialises a new instance of the PoolObjectReleasedEventArgsT class.
|
| Name | Description | |
|---|---|---|
| Destroying |
Gets or sets a value indicating whether the released object is about to be destroyed.
| |
| Instance |
Gets or sets the object that the event refers to.
(Inherited from PoolObjectEventArgsT.) |
| 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.) |