Dela via


ChangeBatchBase.Dispose Method

Releases all resources used by the ChangeBatchBase object.

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

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As ChangeBatchBase

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit 
override Dispose : unit -> unit 
public final function Dispose()

Implements

IDisposable.Dispose()

Exceptions

Exception Condition
ObjectDisposedException

This ChangeBatchBase has already been disposed.

Remarks

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

See Also

Reference

ChangeBatchBase Class

Dispose Overload

Microsoft.Synchronization Namespace