IWorkItem TContext  MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IWorkItem TContext  type exposes the following members.
Methods

  NameDescription
Public methodPerformWork
Invoked on an item to perform actual work. For example: repaint grid from changed data source, refresh file, send email etc...
Public methodWorkFailed
Invoked when either work execution or work success method threw an exception and did not succeed
Public methodWorkSucceeded
Invoked after successfull work execution - when no exception happened
Back to Top
See Also