Struct ConnectionSendingMessagesFailedEvent
Occurs when a message could not be sent.
- Inherited Members
Constructors
ConnectionSendingMessagesFailedEvent(ConnectionId, IReadOnlyList<int>, Exception, long?)
Initializes a new instance of the Connection
public ConnectionSendingMessagesFailedEvent(ConnectionId connectionId, IReadOnlyList<int> requestIds, Exception exception, long? operationId)
Parameters
connectionId
ConnectionId The connection identifier.
requestIds
IReadOnly <int>List The request ids.
exception
ExceptionThe exception.
operationId
long?The operation identifier.
Properties
ClusterId
Gets the cluster identifier.
Property Value
ConnectionId
Gets the connection identifier.
Property Value
Exception
Gets the exception.
Property Value
OperationId
Gets the operation identifier.
Property Value
- long?
RequestIds
Gets the request ids.
Property Value
ServerId
Gets the server identifier.
Property Value
Timestamp
Gets the timestamp.