BasicWorkItem Methods |
The BasicWorkItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoWork |
This method is called from HandleWorkItem when the work item is processed.
May set Result if the operation returned a result
|
![]() | HandleWorkItem |
Calls HandleWorkItem method, then after the call to the method returns,
issues the event WorkDone if assigned
|
![]() | Terminate |
Sets the state of the item (IsTerminated to true),
issues the Terminated event if assigned.
|
![]() | ToString |
Returns the Tag as string.
(Overrides ObjectToString.) |