Beispiel #1
0
 public LibraryClient(global::StrawberryShake.IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
 public ChatClient(global::StrawberryShake.IOperationExecutorPool executorPool)
 {
     _executor       = executorPool.CreateExecutor(_clientName);
     _streamExecutor = executorPool.CreateStreamExecutor(_clientName);
 }