Ejemplo n.º 1
0
 /** <inheritDoc /> */
 public void Cancel(string name)
 {
     _services.CancelAsync(name).Wait();
 }