public BlockSimulationEvent(SimulatedResetEvent resetEvent, SimulationEngine engine)
 {
     SimTime     = engine.CurrentTime;
     _resetEvent = resetEvent;
 }
Example #2
0
 public SetSimulatedResetEventEvent(SimulatedResetEvent resetEvent, DateTime simulateAtTime)
 {
     SimTime     = simulateAtTime;
     _resetEvent = resetEvent;
 }