IQueueOperations.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the queue description and makes a call to update corresponding DB entries. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj856305.aspx for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse> UpdateAsync (string namespaceName, Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueue queue, System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : string * Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueue * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse>
Public Function UpdateAsync (namespaceName As String, queue As ServiceBusQueue, cancellationToken As CancellationToken) As Task(Of ServiceBusQueueResponse)
Parameters
- namespaceName
- String
The namespace name.
- queue
- ServiceBusQueue
The service bus queue.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
A response to a request for a particular queue.