MessagingFactorySettings Constructors
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.
Overloads
MessagingFactorySettings() |
Initializes a new instance of the MessagingFactorySettings class. |
MessagingFactorySettings(MessagingFactorySettings) |
Initializes a new instance of the MessagingFactorySettings class with the specified messaging factory settings for cloning. |
MessagingFactorySettings()
Initializes a new instance of the MessagingFactorySettings class.
public MessagingFactorySettings ();
Public Sub New ()
Applies to
MessagingFactorySettings(MessagingFactorySettings)
Initializes a new instance of the MessagingFactorySettings class with the specified messaging factory settings for cloning.
public MessagingFactorySettings (Microsoft.ServiceBus.Messaging.MessagingFactorySettings other);
new Microsoft.ServiceBus.Messaging.MessagingFactorySettings : Microsoft.ServiceBus.Messaging.MessagingFactorySettings -> Microsoft.ServiceBus.Messaging.MessagingFactorySettings
Public Sub New (other As MessagingFactorySettings)
Parameters
- other
- MessagingFactorySettings
The specified messaging factory settings.
Applies to
Azure SDK for .NET