Example #1
0
 public void Recover(Guid token, DirectoryConfiguration directoryConfiguration)
 {
     info.Recover(token, directoryConfiguration);
     started = 0;
 }
Example #2
0
 public void Recover(Guid token, ICheckpointManager checkpointManager)
 {
     info.Recover(token, checkpointManager);
 }
Example #3
0
 public void Recover(Guid token)
 {
     info.Recover(token);
     started = 0;
 }