Enum RemoteServerType
- Assembly
- Diffusion.Client.dll
The remote server type.
public enum RemoteServerType
Fields
PRIMARY_INITIATOR = 2Primary initiator.
Defined on primary servers.
This type will connect to an inbound remote server of the same name configured at the secondary server (cluster).
SECONDARY_ACCEPTOR = 3Secondary acceptor remote server.
Defined on secondary servers.
This type will accept a primary remote server connection and support remote topic views.
SECONDARY_INITIATOR = 1Secondary initiator remote server.
Defined on secondary servers.
This type will initiate connection from a secondary server (cluster) to a primary server(cluster member).