UnmanagedSyncProviderWrapper::EndSession Method
Notifies the unmanaged provider that a synchronization session to which it was enlisted has finished.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | This UnmanagedSyncProviderWrapper object is not initialized. |
| ArgumentNullException | syncSessionContext is a nullptr. |
This method wraps the unmanaged IKnowledgeSyncProvider::EndSession method.
Show: