Ejemplo n.º 1
0
 public void BeginExecute()
 {
     _context.Started();
     _task = ExecuteAsync();
 }
Ejemplo n.º 2
0
 public void BeginExecute(CancellationToken cancellationToken)
 {
     _context.Started();
     _task = ExecuteAsync(cancellationToken);
 }