Beispiel #1
0
 public void BeginExecute()
 {
     _context.Started();
     _task = ExecuteAsync();
 }
Beispiel #2
0
 public void BeginExecute(CancellationToken cancellationToken)
 {
     _context.Started();
     _task = ExecuteAsync(cancellationToken);
 }