Click or drag to resize

BasicWorkItem Methods

The BasicWorkItem type exposes the following members.

Methods
  NameDescription
Public methodDoWork
This method is called from HandleWorkItem when the work item is processed. May set Result if the operation returned a result
Public methodHandleWorkItem
Calls HandleWorkItem method, then after the call to the method returns, issues the event WorkDone if assigned
Public methodTerminate
Sets the state of the item (IsTerminated to true), issues the Terminated event if assigned.
Public methodToString
Returns the Tag as string.
(Overrides ObjectToString.)
Top
See Also