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)

Syntax

'Declaration
Public Overrides Sub EndSession ( _
    syncSessionContext As SyncSessionContext _
)
'Usage
Dim instance As UnmanagedSyncProviderWrapper
Dim syncSessionContext As SyncSessionContext

instance.EndSession(syncSessionContext)
public override void EndSession (
    SyncSessionContext syncSessionContext
)
public:
virtual void EndSession (
    SyncSessionContext^ syncSessionContext
) override
public void EndSession (
    SyncSessionContext syncSessionContext
)
public override function EndSession (
    syncSessionContext : SyncSessionContext
)

Parameters

  • syncSessionContext
    The current status of the corresponding session.

Remarks

This method wraps the unmanaged IKnowledgeSyncProvider::EndSession method.

See Also

Reference

UnmanagedSyncProviderWrapper Class
UnmanagedSyncProviderWrapper Members
Microsoft.Synchronization Namespace