Struct ClusterAddingServerEvent
Occurs before a server is added to the cluster.
public struct ClusterAddingServerEvent
- Inherited Members
Constructors
ClusterAddingServerEvent(ClusterId, EndPoint)
Initializes a new instance of the ClusterAddingServerEvent struct.
public ClusterAddingServerEvent(ClusterId clusterId, EndPoint endPoint)
Parameters
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
EndPoint
Gets the end point.
public EndPoint EndPoint { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }