QueueOperationsExtensions.Update 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 Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse Update (this Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations operations, string namespaceName, Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueue queue);
static member Update : Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations * string * Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueue -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusQueueResponse
<Extension()>
Public Function Update (operations As IQueueOperations, namespaceName As String, queue As ServiceBusQueue) As 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.