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