Struct ClusterRemovingServerEvent
Occurs before a server is removed from the cluster.
public struct ClusterRemovingServerEvent
- Inherited Members
Constructors
ClusterRemovingServerEvent(ServerId, string)
Initializes a new instance of the ClusterRemovingServerEvent struct.
public ClusterRemovingServerEvent(ServerId serverId, string reason)
Parameters
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
Reason
Gets the reason the server is being 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; }