Click or drag to resize

IWorkItem Properties

The IWorkItem type exposes the following members.

Properties
 NameDescription
Public propertyAllowAbortUponExceedingTimeLimit Whether to allow aborting the work item when the timelimit exceeded (see MaxBusyTime)
Public propertyIsTerminatedGets a value indicating whether this object is terminated.
Public propertyMaxBusyTime The maximum time a workItem may be busy until it is aborted. Must be > 0 to be taken into account.
Public propertyResult The result of the operation performed in HandleWorkItem, may be null
Public propertyTag A tag that can be freely used to identify a workitem or a group of workitems
Top
See Also