ProcessQueueAsync Method
Sends the messages which have previously been queued into QueueDir .
Syntax
[VB.NET] Public Function ProcessQueueAsync(ByVal QueueDir As String) As IAsyncAction
[C#] public IAsyncAction ProcessQueueAsync(string queueDir);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ProcessQueueAsync MethodSends the messages which have previously been queued into QueueDir . Syntax[VB.NET] Public Function ProcessQueueAsync(ByVal QueueDir As String) As IAsyncAction [C#] public IAsyncAction ProcessQueueAsync(string queueDir); RemarksThis 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. |
||