Struct ServerOpenedEvent
Occurs after a server is opened.
public struct ServerOpenedEvent
- Inherited Members
Constructors
ServerOpenedEvent(ServerId, ServerSettings, TimeSpan)
Initializes a new instance of the ServerOpenedEvent struct.
public ServerOpenedEvent(ServerId serverId, ServerSettings serverSettings, TimeSpan duration)
Parameters
serverId
ServerIdThe server identifier.
serverSettings
ServerSettingsThe server settings.
duration
TimeSpanThe duration of time it took to open the server.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
Duration
Gets the duration of time it took to open the server.
public TimeSpan Duration { get; }
Property Value
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
ServerSettings
Gets the server settings.
public ServerSettings ServerSettings { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }