Beispiel #1
0
        public Waiter(Behavior.Behavior targetBehavior, TaskSuccess ts)
        {
            this.behavior     = targetBehavior;
            this.inqueuedTime = DateTime.Now.Ticks;

            this.taskSuccess = ts;
        }
Beispiel #2
0
 public Waiter(Behavior.Behavior targetBehavior)
 {
     this.behavior     = targetBehavior;
     this.inqueuedTime = DateTime.Now.Ticks;
 }