Struct ClusterClosedEvent
Occurs after a cluster is closed.
public struct ClusterClosedEvent
- Inherited Members
Constructors
ClusterClosedEvent(ClusterId, TimeSpan)
Initializes a new instance of the ClusterClosedEvent struct.
public ClusterClosedEvent(ClusterId clusterId, TimeSpan duration)
Parameters
clusterId
ClusterIdThe cluster identifier.
duration
TimeSpanThe duration of time it took to close the cluster.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
Duration
Gets the duration of time it took to close the cluster.
public TimeSpan Duration { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }