SafeFileWatcherDispose(Boolean) Method

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

Definition

Namespace: Gemstone.IO
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.175 -- Release Build+70cfebd19f80455d07e1cf93607e59f6af0e38f4
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