NamespaceManager.GetNamespaceInfo 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.
Gets information related to namespace
public Microsoft.ServiceBus.Messaging.NamespaceInfo GetNamespaceInfo ();
member this.GetNamespaceInfo : unit -> Microsoft.ServiceBus.Messaging.NamespaceInfo
Public Function GetNamespaceInfo () As 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
Azure SDK for .NET