ChangeBatchBase::Dispose Method

Releases all resources used by the ChangeBatchBase object.

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

public:
virtual void Dispose() sealed

Implements

IDisposable::Dispose()

ExceptionCondition
ObjectDisposedException

This ChangeBatchBase has already been disposed.

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

Show: