예제 #1
0
 protected void SendTaskControlMessage(TaskExecutionEvents.TaskControlCommand msg)
 {
     ValidateMessage(msg);
     SyncQueue.Enqueue(msg);
 }
예제 #2
0
 public void SendTaskControlMessage(TaskExecutionEvents.TaskControlCommand msg)
 {
     throw new NotImplementedException();
 }