SqlCeSyncStoreSnapshotInitialization::Dispose Method (Boolean)

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

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

protected:
virtual void Dispose(
	bool disposing
)

Parameters

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