SimpleSyncProvider::EndSession Method

When overridden in a derived class, called by the Sync Framework runtime at the end of each session unless a session is terminated because of an exception.

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

public:
virtual void EndSession() abstract

Perform any required cleanup in this method, such as closing the metadata store.

Show: