[This is preliminary documentation and is subject to change.]
The IWorkItem TContext type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | PerformWork |
Invoked on an item to perform actual work. For example: repaint grid from changed data source, refresh file, send email etc...
|
![]() | WorkFailed |
Invoked when either work execution or work success method threw an exception and did not succeed
|
![]() | WorkSucceeded |
Invoked after successfull work execution - when no exception happened
|
See Also