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 all resources that are used by the ClientSyncProvider.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly")> _
Public MustOverride Sub Dispose
'Usage
Dim instance As ClientSyncProvider
instance.Dispose
[SuppressMessageAttribute("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly")]
public abstract void Dispose ()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1063:ImplementIDisposableCorrectly")]
public:
virtual void Dispose () abstract
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly") */
public abstract void Dispose ()
SuppressMessageAttribute("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly")
public abstract function Dispose ()
See Also
Reference
ClientSyncProvider Class
ClientSyncProvider Members
Microsoft.Synchronization.Data Namespace