Class NamespaceManagerSettings
- Namespace
- Microsoft.ServiceBus
- Assembly
- Microsoft.ServiceBus.dll
Contains the settings for the namespace manager.
public sealed class NamespaceManagerSettings
- Inheritance
-
NamespaceManagerSettings
- Inherited Members
Constructors
NamespaceManagerSettings()
Initializes a new instance of the NamespaceManagerSettings class.
public NamespaceManagerSettings()
Properties
OperationTimeout
Gets or sets the operation timeout period for all service namespace management operations, such as GetQueue, CreateQueue, and so on.
public TimeSpan OperationTimeout { get; set; }
Property Value
RetryPolicy
Gets or sets the base implementation of the retry mechanism for unreliable actions and transient conditions associated with the namespace manager.
public RetryPolicy RetryPolicy { get; set; }
Property Value
- RetryPolicy
The base implementation of the retry mechanism for unreliable actions and transient conditions associated with the namespace manager.
TokenProvider
Gets or sets the security token provider.
public TokenProvider TokenProvider { get; set; }
Property Value
- TokenProvider
The security token provider.