Click or drag to resize

IEventRecoveryRequestIssuer Interface

Defines a contract implemented by classes used to issue event message recovery requests to the feed

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IEventRecoveryRequestIssuer

The IEventRecoveryRequestIssuer type exposes the following members.

Methods
 NameDescription
Public methodRecoverEventMessagesAsync Asynchronously requests messages for the specified sport event and returns a request number used when issuing the request
Public methodRecoverEventStatefulMessagesAsync Asynchronously requests stateful messages for the specified sport event and returns a request number used when issuing the request
Top
See Also