Click or drag to resize

SerialisableObjectPoolT Events

[This is preliminary documentation and is subject to change.]

The SerialisableObjectPoolT generic type exposes the following members.

Events
  NameDescription
Public eventCanAcquireChanged
Occurs when the value of CanAcquire changes.
Public eventCountChanged
Occurs when Count changes.
Public eventInitialised
Occurs when the pool is initialised.
Public eventObjectAcquired
Occurs when an object is acquired from the pool.
Public eventObjectDestroyed
Occurs when an object is destroyed.
Public eventObjectInstantiated
Occurs when a new object is instantiated.
Public eventObjectReleased
Occurs when an object is released back to the pool.
Top
See Also