RunTimeLogDispose(Boolean) Method

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

Definition

Namespace: Gemstone.IO
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.143 -- Release Build+524337d392fd5616b12b50022b004322b9e7c330
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