Struct ClusterAddedServerEvent
Occurs after a server is added to the cluster.
public struct ClusterAddedServerEvent
- Inherited Members
Constructors
ClusterAddedServerEvent(ServerId, TimeSpan)
Initializes a new instance of the ClusterAddedServerEvent struct.
public ClusterAddedServerEvent(ServerId serverId, TimeSpan duration)
Parameters
serverId
ServerIdThe server identifier.
duration
TimeSpanThe duration of time it took to add the server.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
Duration
Gets the duration of time it took to add a server,
public TimeSpan Duration { get; }
Property Value
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }