C# Class System.Waf.Presentation.DispatcherHelper

Provides helper methods for working with the dispatcher.
Show file Open project: jbe2277/waf

Public Methods

Method Description
DoEvents ( ) : void

Execute the event queue of the dispatcher until all pending messages have been processed.

Method Details

DoEvents() public static method

Execute the event queue of the dispatcher until all pending messages have been processed.
public static DoEvents ( ) : void
return void