SerialisableObjectPoolT Events |
[This is preliminary documentation and is subject to change.]
The SerialisableObjectPoolT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanAcquireChanged |
Occurs when the value of CanAcquire changes.
|
![]() | CountChanged |
Occurs when Count changes.
|
![]() | Initialised |
Occurs when the pool is initialised.
|
![]() | 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.
|