Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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.

  • No labels