Click or drag to resize

OperationManagerIgnoreBetPalTimelineSportEventStatusCacheTimeout Property

Gets the ignore BetPal timeline sport event status cache timeout - how long cache item is cached. How long should the event id from BetPal producer be cached. SportEventStatus from timeline endpoint for these events are ignored.

Namespace: Sportradar.OddsFeed.SDK.Common
Assembly: Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public static TimeSpan IgnoreBetPalTimelineSportEventStatusCacheTimeout { get; }

Property Value

TimeSpan
The ignore BetPal timeline sport event status timeout.
Remarks
Can be between 1 hour and 24 hours - default 3 hours (sliding expiration)
See Also