NamespaceManager.GetNamespaceInfoAsync Method

Definition

Asynchronously gets information related to namespace

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.NamespaceInfo> GetNamespaceInfoAsync ();
member this.GetNamespaceInfoAsync : unit -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.NamespaceInfo>
Public Function GetNamespaceInfoAsync () As Task(Of NamespaceInfo)

Returns

The NamespaceInfo of the namespace.

Exceptions

The operation times out. The timeout period is initialized through the NamespaceManagerSettings class. You may need to increase the value of the OperationTimeout property to avoid this exception if the timeout value is relatively low.

The NamespaceManager object does not have sufficient permission to perform this operation. You should check to ensure that your NamespaceManager has the correct TokenProvider credentials to perform this operation.

An internal error or unexpected exception occurs.

The server is overloaded with logical operations. You can consider any of the following actions:Wait and retry calling this function.

Remarks

Works with either of Send / Listen / Manage claims.

Applies to