Interface IPoolObject
Represents an entity that can be part of an object pool.
Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public interface IPoolObject
Methods
| Improve this Doc View SourceReset()
Resets object state.
Declaration
void Reset()
Terminate()
Frees object resources.
Declaration
void Terminate()
Events
| Improve this Doc View SourceDisposing
Fired when the object is disposing its resources.
Declaration
event DisposingHandler Disposing
Event Type
Type | Description |
---|---|
DisposingHandler |