NamespaceOperationsExtensions.ListAsync(INamespaceOperations) Method

Definition

Lists the available namespaces. (see http://msdn.microsoft.com/en-us/library/azure/hh780759.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespacesResponse> ListAsync (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespacesResponse>
<Extension()>
Public Function ListAsync (operations As INamespaceOperations) As Task(Of ServiceBusNamespacesResponse)

Parameters

operations
INamespaceOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations.

Returns

The response to the request for a listing of namespaces.

Applies to