NamespaceOperationsExtensions.ListAsync(INamespaceOperations) 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.
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.