Interface IClusterableServerFactory
Represents a server factory.
public interface IClusterableServerFactory
Methods
CreateServer(ClusterType, ClusterId, IClusterClock, EndPoint)
Creates the server.
IClusterableServer CreateServer(ClusterType clusterType, ClusterId clusterId, IClusterClock clusterClock, EndPoint endPoint)
Parameters
clusterTypeClusterTypeThe cluster type.
clusterIdClusterIdThe cluster identifier.
clusterClockIClusterClockThe cluster clock.
endPointEndPointThe end point.
Returns
- IClusterableServer
A server.