IWorkItem Properties |
The IWorkItem type exposes the following members.
Name | Description | |
---|---|---|
AllowAbortUponExceedingTimeLimit |
Whether to allow aborting the work item when the timelimit exceeded (see MaxBusyTime)
| |
IsTerminated | Gets a value indicating whether this object is terminated. | |
MaxBusyTime |
The maximum time a workItem may be busy until it is aborted. Must be > 0 to be taken into account.
| |
Result |
The result of the operation performed in HandleWorkItem, may be null
| |
Tag |
A tag that can be freely used to identify a workitem or a group of workitems
|