Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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