Click or drag to resize

ILiveOddsWithOutrightsOnAliveWithOutrights Event

Alive message is transmitted every 10 seconds and contains status, timestamp in UTC and match header info for the matches that we supply LiveOdds for at the time given. It also contains current bet status information for every match (started or stopped). Score indicates the current score in the match.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Outrights
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
event EventHandler<AliveWithOutrightsEventArgs> OnAliveWithOutrights

Value

EventHandlerAliveWithOutrightsEventArgs
Remarks
SDK will send out bet stops for all matches if no alive message has been received in the last 20 seconds. In this case client shouldn't accept any bets for any matches until the connection is stable again. SDK will also take care that if the connection to the Betradar server is lost, bet stops for all matches are sent out until a stable connection is established again.
See Also