Struct ServerHeartbeatStartedEvent
Occurs before heartbeat is issued.
public struct ServerHeartbeatStartedEvent
- Inherited Members
Constructors
ServerHeartbeatStartedEvent(ConnectionId, bool)
Initializes a new instance of the ServerHeartbeatStartedEvent struct.
public ServerHeartbeatStartedEvent(ConnectionId connectionId, bool awaited)
Parameters
connectionId
ConnectionIdThe connection identifier.
awaited
boolThe awaited flag.
Properties
Awaited
Determines if this heartbeat event is for an awaitable hello.
public bool Awaited { get; }
Property Value
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
ConnectionId
Gets the connection identifier.
public ConnectionId ConnectionId { get; }
Property Value
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }