C# Class System.Waf.Presentation.DispatcherHelper

Provides helper methods for working with the dispatcher.
Afficher le fichier Open project: jbe2277/waf

Méthodes publiques

Méthode Description
DoEvents ( ) : void

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

Method Details

DoEvents() public static méthode

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