Interface ISecondaryInitiator

Secondary remote server that initiates a connection to a primary server.

This type makes a connection from a secondary server (or each secondary cluster member) to a primary server. No remote server definition is required at the primary server.

Use a ISecondaryInitiatorBuilder to create an instance of this type.

Inherited Members
ISecondaryServer.Principal
ISecondaryServer.ConnectionOptions
ISecondaryServer.MissingTopicNotificationFilter
IRemoteServer.RemoteServerType
IRemoteServer.Name
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly: Diffusion.Client.dll
Syntax
public interface ISecondaryInitiator : ISecondaryServer, IRemoteServer

Properties

ServerUrl

Returns the url for connection to a primary server.

Declaration
string ServerUrl { get; }
Property Value
Type Description
System.String

The primary server (cluster) url.

Back to top