|
|
Process
|
The ProcessQueueT type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Disposed | Occurs when the class has been disposed. |
|
|
ItemProcessed | Event that is raised after an item has been successfully processed. |
|
|
ItemsProcessed | Event that is raised after an array of items have been successfully processed. |
|
|
ItemsTimedOut | Event that is raised if the processing time for an array of items exceeds the specified process timeout. |
|
|
ItemTimedOut | Event that is raised if an item's processing time exceeds the specified process timeout. |
|
|
ProcessException | Event that is raised if an exception is encountered while attempting to processing an item in the ProcessQueueT. |