Esempio n. 1
0
 /// <summary>
 /// When overridden in a derived class, notifies the provider that a synchronization session to which it was enlisted has completed.
 /// </summary>
 /// <param name="syncSessionContext">The current status of the corresponding session.</param>
 public override void EndSession(SyncSessionContext syncSessionContext)
 {
     _syncSessionContext = null;
     _syncService.EndSession();
 }