DoEventsAsync Method
Processes events from the internal message queue.
Syntax
[VB.NET]
Public Function DoEventsAsync() As Task
[C#]
public Task DoEventsAsync();
Remarks
This method is the asynchronous version of the
DoEvents method and is used to support asynchronous operations in WinRT. Please refer to
DoEvents for more information.