NamespaceManager.UpdateQueueAsync(QueueDescription) Method

Definition

Asynchronously enables you to update the queue.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.QueueDescription> UpdateQueueAsync (Microsoft.ServiceBus.Messaging.QueueDescription description);
member this.UpdateQueueAsync : Microsoft.ServiceBus.Messaging.QueueDescription -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.QueueDescription>
Public Function UpdateQueueAsync (description As QueueDescription) As Task(Of QueueDescription)

Parameters

description
QueueDescription

A QueueDescription object describing the queue to be updated.

Returns

The asynchronous operation.

Applies to