Struct ClusterClosingEvent
Occurs before a cluster is closed.
public struct ClusterClosingEvent
- Inherited Members
Constructors
ClusterClosingEvent(ClusterId)
Initializes a new instance of the ClusterClosingEvent struct.
public ClusterClosingEvent(ClusterId clusterId)
Parameters
clusterId
ClusterIdThe cluster identifier.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }