DataSetSurrogate::Dispose Method (Boolean)

Releases the unmanaged resources used by the DataSetSurrogate and optionally releases the managed resources.

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

protected:
virtual void Dispose(
	bool cleanup
)

Parameters

cleanup
Type: System::Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Show: