Exemple #1
0
 /// <summary> Notifies the job that its execution has been cancelled. </summary>
 public void AcknowledgeCancel()
 {
     Cancelled.Dispatch(new object[] { this, EventArgs.Empty });
     SetWaitHandle();
 }