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