DeleteQueueAsync Method
Deletes a queue.
Syntax
[VB.NET] Public Function DeleteQueueAsync(ByVal QueueId As String) As Task
[C#] public Task DeleteQueueAsync(string queueId);
Amazon Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteQueueAsync MethodDeletes a queue. Syntax[VB.NET] Public Function DeleteQueueAsync(ByVal QueueId As String) As Task [C#] public Task DeleteQueueAsync(string queueId); RemarksThis method is the asynchronous version of the DeleteQueue method and is used to support asynchronous operations in WinRT. Please refer to DeleteQueue for more information. |
||