NetMessagingBinding 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
NetMessagingBinding() |
Initializes a new instance of the NetMessagingBinding class. |
NetMessagingBinding(String) |
Initializes a new instance of the NetMessagingBinding class. |
NetMessagingBinding()
Initializes a new instance of the NetMessagingBinding class.
public NetMessagingBinding ();
Public Sub New ()
Applies to
NetMessagingBinding(String)
Initializes a new instance of the NetMessagingBinding class.
public NetMessagingBinding (string configurationName);
new Microsoft.ServiceBus.Messaging.NetMessagingBinding : string -> Microsoft.ServiceBus.Messaging.NetMessagingBinding
Public Sub New (configurationName As String)
Parameters
- configurationName
- String
The configuration to use for the initialization.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา
Azure SDK for .NET