Click or drag to resize

MultiPointSynchronizerDispose Method (Boolean)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if managed resources should be disposed; otherwise, false.
See Also