Click or drag to resize

CVMDispose Method

Releases the unmanaged resources used by the CVM and optionally releases the managed resources

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
protected override void Dispose(
	bool A_0
)

protected override 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