Enum RemoteServerType

The remote server type.

Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public enum RemoteServerType : int

Fields

Name Description
PRIMARY_INITIATOR

Primary 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

Secondary acceptor remote server.

Defined on secondary servers.

This type will accept a primary remote server connection and support remote topic views.

SECONDARY_INITIATOR

Secondary initiator remote server.

Defined on secondary servers.

This type will initiate connection from a secondary server (cluster) to a primary server(cluster member).

Back to top