示例#1
0
 // Add the entity to the queue.
 public override void ProcessEvent()
 {
     RemoveSelfFromCalendar();
     // Set the entity queue start time for the entity to the current time.
     EventEntity.StartTimeQueue = EventSimulation.CurrentTime;
     // Add the entity to the queue.
     EventSimulation.AddEntityToQueue(EventEntity);
 }