Cancel() private method

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