GenericObjectPoolT Events |
[This is preliminary documentation and is subject to change.]
The GenericObjectPoolT generic type exposes the following members.
Name | Description | |
---|---|---|
CanAcquireChanged |
Occurs when the value of CanAcquire changes.
| |
CountChanged |
Occurs when Count changes.
| |
ObjectAcquired |
Occurs when an object is acquired from the pool.
| |
ObjectDestroyed |
Occurs when an object is destroyed.
| |
ObjectInstantiated |
Occurs when a new object is instantiated.
| |
ObjectReleased |
Occurs when an object is released back to the pool.
|