Click or drag to resize

ILiveOddsCommonBaseOnConnectionStable Event

Signals that the initial sync is complete and the connection to the server is stable.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
event EventHandler OnConnectionStable

Value

EventHandler
Remarks
Only after this event match state changes SHOULD be processed (and bets accepted). Messages received before that event should not be completely ignored, but handled with care.
See Also