Cancel() 개인적인 메소드

Cancel the work item if it didn't start running yet.
private Cancel ( bool abortExecution ) : bool
abortExecution bool
리턴 bool
예제 #1
0
 public bool Cancel(bool abortExecution)
 {
     return(_workItem.Cancel(abortExecution));
 }
예제 #2
0
 public bool Cancel()
 {
     return(_workItem.Cancel());
 }