Click or drag to resize

IReplayManagerAddMessagesToReplayQueue Method

Adds event {eventId} to the end of the replay queue

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#
IReplayResponse AddMessagesToReplayQueue(
	URN eventId,
	int? startTime = null
)

Parameters

eventId  URN
The URN of the IMatch
startTime  NullableInt32  (Optional)
The minutes relative to event start time

Return Value

IReplayResponse
Returns an IReplayResponse
See Also