ServerBaseDispose(Boolean) Method

Releases the unmanaged resources used by the ServerBase object and optionally releases the managed resources.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.143 -- Release Build+01e1962b36b4452b7c07408bb5b8dc55bbb5dc1f
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also