C# 클래스 System.Waf.Presentation.DispatcherHelper

Provides helper methods for working with the dispatcher.
파일 보기 프로젝트 열기: jbe2277/waf

공개 메소드들

메소드 설명
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