Overview
Terminates all waiting or committed work items. Effectively this means terminating the current instance.void myWorkItem.Terminate()
Remarks
If WorkItem.State is not in Waiting or Committed state this function throws an access denied error.
void myWorkItem.Terminate()
If WorkItem.State is not in Waiting or Committed state this function throws an access denied error.