A gateway delegator is used to delegate outgoing replication packets to other gateways. Acts as a communication connector such that a local space
and relevant components need only to find the delegator locally in order to communicate with a remote gateway.
Delegators can be chained together to create a multi-hop delegation between gateways.

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

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | ContainsTarget(String) |
Check whether this delegator has a target gateway with the specified gateway.
|
![]() | DelegationTargets |
Gets all the delegation targets of this delegator.
|
![]() | GatewayProcessingUnit |
Gets the gateway this sink is part of.
|