RelayDescription(String, RelayType) Constructor

Definition

Initializes a new instance of the RelayDescription class.

public RelayDescription (string relayPath, Microsoft.ServiceBus.RelayType type);
new Microsoft.ServiceBus.Messaging.RelayDescription : string * Microsoft.ServiceBus.RelayType -> Microsoft.ServiceBus.Messaging.RelayDescription
Public Sub New (relayPath As String, type As RelayType)

Parameters

relayPath
String

The path of the WCF Relay.

type
RelayType

the WCF Relay type.

Applies to