INamespaceOperations.GetAsync(String, CancellationToken) 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.
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.