Ejemplo n.º 1
0
 private void ReceiveWorkerIntiationCmd(WorkerIntiationCmd cmd)
 {
     _lastRun = cmd.ScheduleCommand.LastRun;
     _cmd     = cmd.ScheduleCommand;
     Become(Intiated);
 }
Ejemplo n.º 2
0
 private void IntiateWorker(WorkerIntiationCmd cmd)
 {
     _lastRun = cmd.ScheduleCommand.LastRun;
     _cmd     = cmd.ScheduleCommand;
 }