Ejemplo n.º 1
0
 public void Danger__CutLogAtPosition(long postion)
 {
     PersistentState.AppendToLog(this, new List <LogEntry>(), postion);
     if (postion < StateMachine.LastAppliedIndex)
     {
         StateMachine.Danger__SetLastApplied(postion);
     }
 }