BinaryStreamWrapperDispose(Boolean) Method

Releases and cleans up resources associated with the object.

Definition

Namespace: SnapDB.IO
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
Indicates whether the method is called from an explicit disposal or during finalization.

See Also