示例#1
0
 // Complete the service of an entity by removing it from the calendar.
 // Nothing more should happen to the entity.
 public override void ProcessEvent()
 {
     RemoveSelfFromCalendar();
     // Set the entity exit system time to the current time.
     EventSimulation.CompleteService(EventEntity);
     EventEntity.ExitTimeSystem = EventSimulation.CurrentTime;
 }