An NDoc Documented Class Library

AdvancedThreadPool.ProcessObject Event

This event is fired, when a thread is ready to process an object from the process queue.

public event ProcessObjectEventHandler ProcessObject;

Event Data

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

See Also

AdvancedThreadPool Class | InfiniTec.SystemUtilities Namespace