UnmanagedSyncProviderWrapper::EndSession Method

Notifies the unmanaged provider that a synchronization session to which it was enlisted has finished.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual void EndSession(
	SyncSessionContext^ syncSessionContext
) override

Parameters

syncSessionContext
Type: Microsoft.Synchronization::SyncSessionContext
The current status of the corresponding session.

ExceptionCondition
InvalidOperationException

This UnmanagedSyncProviderWrapper object is not initialized.

ArgumentNullException

syncSessionContext is a nullptr.

This method wraps the unmanaged IKnowledgeSyncProvider::EndSession method.

Show: