Overload List

  NameDescription
Public methodProcessTasks()()()()
Processes all remaining tasks. Call this periodically to allow the Dispatcher to handle dispatched tasks. Only call this inside the thread you want the tasks to process to be processed.
Public methodProcessTasks(WaitHandle)
Processes all remaining tasks and returns true when something has been processed and false otherwise. This method will block until th exitHandle has been set or tasks should be processed. Only call this inside the thread you want the tasks to process to be processed.

See Also