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