共用方式為


INamespaceOperations.GetAsync(String, CancellationToken) Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceResponse> GetAsync (string namespaceName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceResponse>
Public Function GetAsync (namespaceName As String, cancellationToken As CancellationToken) As Task(Of ServiceBusNamespaceResponse)

Parameters

namespaceName
String

The namespace name.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response to a request for a particular namespace.

Applies to