Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases the unmanaged resources used by the DbServerSyncProvider and optionally releases the managed resources.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.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.
See Also
Reference
DbServerSyncProvider Class
DbServerSyncProvider Members
Microsoft.Synchronization.Data.Server Namespace