Basic |
The BasicWorkItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowAbortUponExceedingTimeLimit | Whether to allow aborting the HandleWorkItem method if the maximum busy time exceeded. Per default this value is true. | |
| IsTerminated | This property is set to true if the work item was terminated before it finished processing, this may happen e.g. if AllowAbortUponExceedingTimeLimit was true. | |
| 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 work item | |
| Tag | A work item can be tagged to be distinguishable from other items |