Sends the messages which have previously been queued into QueueDir .
Syntax
[VB.NET]
Public Function ProcessQueueAsync(ByVal QueueDir As String)AsTask
[C#]
public Task ProcessQueueAsync(string queueDir);
Remarks
This method is the asynchronous version of the ProcessQueue method and is used to support asynchronous operations in WinRT. Please refer to ProcessQueue for more information.