Click or drag to resize

IConnectionStatus Interface

Defines a contract for classes providing information on connection to rabbit server

Namespace: Sportradar.MTS.SDK.API
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

The IConnectionStatus type exposes the following members.

Properties
 NameDescription
Public propertyConnectionTime Gets the time of when connection was made.
Public propertyDisconnectionTime Gets the time of disconnection.
Public propertyIsConnected Gets a value indicating whether this instance is connected.
Public propertyLastReceivedTicketId Gets the last received ticket identifier.
Public propertyLastSendTicketId Gets the last send ticket identifier.
Top
Events
 NameDescription
Public eventConnectionChange Occurs when connection status change
Top
See Also