Exemplo n.º 1
0
 public static void StartOffsetOperation(this IAgentBroker broker)
 {
     OperationStack.StartOffset();
 }
Exemplo n.º 2
0
 public static void StartOffsetOperation(this IAgentBroker broker, DateTime startTime)
 {
     OperationStack.StartOffset(startTime);
 }