示例#1
0
 public void ReportExecution(Message[] messages)
 {
     // Report the execution.
     ExecutionService.ReportExecution(messages);
 }
示例#2
0
 public void ClearOrders()
 {
     // Clear all the executions and then all the destination orders.
     ExecutionService.Truncate();
     DestinationOrderService.Truncate();
 }