Click or drag to resize

IRecoveryInfo Interface

Defines a contract for recovery info which contains data about last recovery attempt

Namespace:  Sportradar.OddsFeed.SDK.Messages
Assembly:  Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.42.0.0 (1.42.0.0)
Syntax
C#
public interface IRecoveryInfo

The IRecoveryInfo type exposes the following members.

Properties
  NameDescription
Public propertyAfter
Gets the after timestamp of the recovery or 0 if full recovery was done
Public propertyNodeId
Gets the node identifier
Public propertyRequestId
Gets the request identifier
Public propertyResponseCode
Gets the response code of the recovery request
Public propertyResponseMessage
Gets the response message of the recovery request
Public propertyTimestamp
Gets the timestamp specifying when the recovery was initiated
Top
See Also