Interface ISecondaryInitiator
- Assembly
- Diffusion.Client.dll
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.
public interface ISecondaryInitiator : ISecondaryServer, IRemoteServer
- Inherited Members
Properties
ServerUrl
Returns the url for connection to a primary server.
string ServerUrl { get; }
Property Value
- string
The primary server (cluster) url.