예제 #1
0
 public TaskManager(Action stopAction)
     : this()
 {
     _stopAction = TaskHelper.ToAsync(stopAction);
 }