SimpleSyncProvider::BeginSession Method

When overridden in a derived class, called by the Sync Framework runtime at the start of each session.

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

public:
virtual void BeginSession() abstract

This method is called only once before calls to other provider methods or properties. Perform any required initialization in this method.

Show: