コード例 #1
0
 public void BeginExecute()
 {
     _context.Started();
     _task = ExecuteAsync();
 }
コード例 #2
0
ファイル: BatchScheduler.cs プロジェクト: zmarty/hotchocolate
 public void BeginExecute(CancellationToken cancellationToken)
 {
     _context.Started();
     _task = ExecuteAsync(cancellationToken);
 }