Struct ConnectionSendingMessagesEvent
Occurs before a message is sent.
public struct ConnectionSendingMessagesEvent
- Inherited Members
Constructors
ConnectionSendingMessagesEvent(ConnectionId, IReadOnlyList<int>, long?)
Initializes a new instance of the ConnectionSendingMessagesEvent struct.
public ConnectionSendingMessagesEvent(ConnectionId connectionId, IReadOnlyList<int> requestIds, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
requestIds
IReadOnlyList<int>The request ids.
operationId
long?The operation identifier.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
ConnectionId
Gets the connection identifier.
public ConnectionId ConnectionId { get; }
Property Value
OperationId
Gets the operation identifier.
public long? OperationId { get; }
Property Value
- long?
RequestIds
Gets the request ids.
public IReadOnlyList<int> RequestIds { get; }
Property Value
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }