コード例 #1
0
 private void EnsureExecutorInitialized()
 {
     if (executor == null)
     {
         executor = executorService.GetExecutor(ExecutorOptionsBuilder.Options);
     }
 }
コード例 #2
0
ファイル: AsynchAgent.cs プロジェクト: fanliang11/orleans
 private void EnsureExecutorInitialized()
 {
     if (executor == null)
     {
         executor = executorService.GetExecutor(new GetExecutorRequest(GetType(), Name, Cts));
     }
 }