Dela via


NamespaceOperationsExtensions.GetAsync(INamespaceOperations, String) Method

Definition

Returns the description for the specified namespace. (see http://msdn.microsoft.com/library/azure/dn140232.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceResponse> GetAsync (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName);
static member GetAsync : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceResponse>
<Extension()>
Public Function GetAsync (operations As INamespaceOperations, namespaceName As String) As Task(Of ServiceBusNamespaceResponse)

Parameters

operations
INamespaceOperations

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

namespaceName
String

Required. The namespace name.

Returns

The response to a request for a particular namespace.

Applies to