PoolingManagementTDispose Method (Boolean) |
Releases the unmanaged resources used by the
PoolingManagementT and optionally releases the managed resources
Namespace: X3Platform.PoolingAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual void Dispose(
bool isDisposing
)
public:
virtual void Dispose(
bool isDisposing
)
Parameters
- isDisposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also