Click or drag to resize

IEventRecoveryRequestIssuerRecoverEventStatefulMessagesAsync Method

Asynchronously requests stateful messages for the specified sport event and returns a request number used when issuing the request

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#
Task<long> RecoverEventStatefulMessagesAsync(
	IProducer producer,
	URN eventId
)

Parameters

producer  IProducer
An IProducer for which to make the recovery
eventId  URN
A URN specifying the sport event for which to request the messages

Return Value

TaskInt64
TaskTResult representing the async operation
See Also