Click or drag to resize
CHANDLEDispose Method (Boolean)
Releases the unmanaged resources used by the CHANDLE and optionally releases the managed resources

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
protected virtual void Dispose(
	bool A_0
)

Parameters

A_0
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also