QueueOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations operations, string namespaceName, Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueue queue);
static member UpdateAsync : Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations * string * Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueue -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse>
<Extension()>
Public Function UpdateAsync (operations As IQueueOperations, namespaceName As String, queue As ServiceBusQueue) As Task(Of ServiceBusQueueResponse)
Parameters
- operations
- IQueueOperations
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations.
- namespaceName
- String
Required. The namespace name.
- queue
- ServiceBusQueue
Required. The service bus queue.
Returns
A response to a request for a particular queue.
Applies to
Azure SDK for .NET