INamespaceOperations.GetNamespaceDescriptionAsync 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.
The namespace description is an XML AtomPub document that defines the desired semantics for a service namespace. The namespace description contains the following properties. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj873988.aspx for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceDescriptionResponse> GetNamespaceDescriptionAsync (string namespaceName, System.Threading.CancellationToken cancellationToken);
abstract member GetNamespaceDescriptionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceDescriptionResponse>
Public Function GetNamespaceDescriptionAsync (namespaceName As String, cancellationToken As CancellationToken) As Task(Of ServiceBusNamespaceDescriptionResponse)
Parameters
- namespaceName
- String
The namespace name.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
A response to a request for a list of namespaces.