C# Класс System.Waf.Presentation.DispatcherHelper

Provides helper methods for working with the dispatcher.
Показать файл Открыть проект

Открытые методы

Метод Описание
DoEvents ( ) : void

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

Описание методов

DoEvents() публичный статический Метод

Execute the event queue of the dispatcher until all pending messages have been processed.
public static DoEvents ( ) : void
Результат void