DoEventsAsync Method
Processes events from the internal message queue.
Syntax
[VB.NET] Public Function DoEventsAsync() As Task
[C#] public Task DoEventsAsync();
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DoEventsAsync MethodProcesses events from the internal message queue. Syntax[VB.NET] Public Function DoEventsAsync() As Task [C#] public Task DoEventsAsync(); RemarksThis 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. |
||