Click or drag to resize

BasicWorkItem Properties

The BasicWorkItem type exposes the following members.

Properties
  NameDescription
Public propertyAllowAbortUponExceedingTimeLimit
Whether to allow aborting the HandleWorkItem method if the maximum busy time exceeded. Per default this value is true.
Public propertyIsTerminated
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.
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 work item
Public propertyTag
A work item can be tagged to be distinguishable from other items
Top
See Also