QueueAsync Method
Queues the message into QueueDir .
Syntax
[VB.NET] Public Function QueueAsync(ByVal QueueDir As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> QueueAsync(string queueDir);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
QueueAsync MethodQueues the message into QueueDir . Syntax[VB.NET] Public Function QueueAsync(ByVal QueueDir As String) As IAsyncOperation<string> [C#] public IAsyncOperation<string> QueueAsync(string queueDir); RemarksThis method is the asynchronous version of the Queue method and is used to support asynchronous operations in WinRT. Please refer to Queue for more information. |
||