NetTcpRelayContextBindingElement Constructor (String)

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the NetTcpRelayContextBindingElement class using the specified configuration name.

Namespace: Microsoft.ServiceBus.Configuration
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim name As String

Dim instance As New NetTcpRelayContextBindingElement(name)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public NetTcpRelayContextBindingElement (
    string name
)
public:
NetTcpRelayContextBindingElement (
    String^ name
)
public NetTcpRelayContextBindingElement (
    String name
)
public function NetTcpRelayContextBindingElement (
    name : String
)

Parameters

  • name
    The configuration to use.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

NetTcpRelayContextBindingElement Class
NetTcpRelayContextBindingElement Members
Microsoft.ServiceBus.Configuration Namespace