Click or drag to resize

ProcessQueueT Events

The ProcessQueueT type exposes the following members.

Events
  Name Description
Public event Disposed Occurs when the class has been disposed.
Public event ItemProcessed Event that is raised after an item has been successfully processed.
Public event ItemsProcessed Event that is raised after an array of items have been successfully processed.
Public event ItemsTimedOut Event that is raised if the processing time for an array of items exceeds the specified process timeout.
Public event ItemTimedOut Event that is raised if an item's processing time exceeds the specified process timeout.
Public event ProcessException Event that is raised if an exception is encountered while attempting to processing an item in the ProcessQueueT.
Top
See Also