FileSyncProvider::Dispose Method (Boolean)

Releases the unmanaged resources that are used by FileSyncProvider and optionally releases the managed resources.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

protected:
virtual void Dispose(
	bool finalizing
)

Parameters

finalizing
Type: System::Boolean
true to finalize without releasing unmanaged resources; false to release unmanaged resources.
Show: