Enum RelayedOnewayConnectionMode
- Namespace
- Microsoft.ServiceBus
- Assembly
- Microsoft.ServiceBus.dll
Represents the different types of one-way connections available through the Windows Azure Access Control.
public enum RelayedOnewayConnectionMode
Fields
Multicast = 1
Specifies that multiple service applications may listen on a given endpoint. Used by NetEventRelayBinding.
Unicast = 0
Specifies that only one service application can listen on a given endpoint. Used by NetOnewayRelayBinding.