コード例 #1
0
 public void AgentFrameworkParallelForEach()
 {
     parallelForEachMessageBoard.Publish(new RootDirectoryDefinedMessage(agentFrameworkParallelForEachDirectory));
     parallelForEachFinishedEvent.WaitOne();
 }
コード例 #2
0
 public void AgentFramework()
 {
     messageBoard.Publish(new SpinWaitCountedMessage(Iterations, Duration, Array.Empty <Message>()));
     finishedEvent.WaitOne();
 }
コード例 #3
0
 public void AgentFramework()
 {
     messageBoard.Publish(new RootDirectoryDefinedMessage(agentFrameworkDirectory));
     finishedEvent.WaitOne();
 }
コード例 #4
0
 public void AgentFramework()
 {
     messageBoard.Publish(new StartingWorkloadsMessage(WorkLoads));
     finishedEvent.WaitOne();
 }