Struct ServerOpeningEvent
Occurs before a server is opened.
public struct ServerOpeningEvent
- Inherited Members
Constructors
ServerOpeningEvent(ServerId, ServerSettings)
Initializes a new instance of the ServerOpeningEvent struct.
public ServerOpeningEvent(ServerId serverId, ServerSettings serverSettings)
Parameters
serverId
ServerIdThe server identifier.
serverSettings
ServerSettingsThe server settings.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { 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; }