Поделиться через


Метод ServerSyncProvider.Dispose

Освобождает все ресурсы, используемые объектом ServerSyncProvider.

Пространство имен: Microsoft.Synchronization.Data
Сборка: Microsoft.Synchronization.Data (в microsoft.synchronization.data.dll)

Синтаксис

'Декларация
<SuppressMessageAttribute("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly")> _
Public MustOverride Sub Dispose
'Применение
Dim instance As ServerSyncProvider

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 ()

См. также

Справочник

Класс ServerSyncProvider
Элементы ServerSyncProvider
Пространство имен Microsoft.Synchronization.Data