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)
Syntax
'Declaration
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected virtual void Dispose (
bool disposing
)
protected:
virtual void Dispose (
bool disposing
)
protected void Dispose (
boolean disposing
)
protected function Dispose (
disposing : boolean
)
Parameters
- disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Remarks
The Dispose method leaves the ChangeBatchBase object in an unusable state.
See Also
Reference
ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace