Exemplo n.º 1
0
 public LibraryClient(global::StrawberryShake.IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
Exemplo n.º 2
0
 public ChatClient(global::StrawberryShake.IOperationExecutorPool executorPool)
 {
     _executor       = executorPool.CreateExecutor(_clientName);
     _streamExecutor = executorPool.CreateStreamExecutor(_clientName);
 }