Exemplo n.º 1
0
 public TaskManager(Action stopAction)
     : this()
 {
     _stopAction = TaskHelper.ToAsync(stopAction);
 }