コード例 #1
0
 public MagicMediaTest(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
コード例 #2
0
 public SpeckleClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
コード例 #3
0
 public SchemaRegistryClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
コード例 #4
0
 public StarWarsClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
コード例 #5
0
 public GitHubClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
コード例 #6
0
 public CustomerAppClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }