ChangeBatchBase::Dispose Method (Boolean)

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

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.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.

ExceptionCondition
ObjectDisposedException

This ChangeBatchBase has already been disposed.

The Dispose method leaves the ChangeBatchBase object in an unusable state.

Show: