DoEventsAsync Method
Processes events from the internal message queue.
Syntax
[VB.NET] Public Function DoEventsAsync() As IAsyncAction
[C#] public IAsyncAction 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 IAsyncAction [C#] public IAsyncAction 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. |
||