This event is fired, when a thread is ready to process an object from the process queue.
[Visual Basic] Public Event ProcessObject As ProcessObjectEventHandler [C#] public event ProcessObjectEventHandler ProcessObject; [C++] public: __event ProcessObjectEventHandler* ProcessObject;
[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.
The event handler receives an argument of type ProcessObjectEventArgs containing data related to this event. The following ProcessObjectEventArgs property provides information specific to this event.
Property | Description |
---|---|
Object | The object that is to be processed by the called EventHandler |
AdvancedThreadPool Class | InfiniTec.SystemUtilities Namespace