Click or drag to resize

ProcessDictionary<TKey, TValue> Events

The ProcessDictionary<TKey, TValue> type exposes the following members.

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