Represents a single delegation target
IGatewayDelegator

C# | Visual Basic | Visual C++ | J# |
public interface IGatewayDelegatorTarget
Public Interface IGatewayDelegatorTarget
public interface class IGatewayDelegatorTarget
public interface IGatewayDelegatorTarget

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | DelegateThroughGatewayName |
Gets the name of the gateway delegator this delegator is connected to which routes communication to the target gateway. If this
delegator is connected directly to the target gateway it will return ![]() null |
![]() | DelegateThroughOtherGateway |
Gets whether the delegation is done via another delegator or if this delegator is connected
directly to the target gateway.
|
![]() | Delegator |
Gets the delegator this delegation target is part of.
|
![]() | TargetGatewayName |
Gets the delegated target gateway name.
|