Struct ClusterRemovedServerEvent
Occurs after a server has been removed from the cluster.
public struct ClusterRemovedServerEvent
- Inherited Members
Constructors
ClusterRemovedServerEvent(ServerId, string, TimeSpan)
Initializes a new instance of the ClusterRemovedServerEvent struct.
public ClusterRemovedServerEvent(ServerId serverId, string reason, TimeSpan duration)
Parameters
serverId
ServerIdThe server identifier.
reason
stringThe reason.
duration
TimeSpanThe duration of time it took to remove the server.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
Duration
Gets the duration of time it took to remove the server.
public TimeSpan Duration { get; }
Property Value
Reason
Gets the reason the server was removed.
public string Reason { get; }
Property Value
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }