Cancel() private méthode

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