Click or drag to resize

LiveOddsFeedDispatcherDispatchArtificialBetStops Method

Dispatches the explicit bet stops.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public virtual void DispatchArtificialBetStops(
	long? virtual_game_id,
	IEnumerable<long> event_ids
)

Parameters

virtual_game_id  NullableInt64
Virtual game id of the event
event_ids  IEnumerableInt64
The event_ids.

Implements

IFeedRecoveryDispatcherDispatchArtificialBetStops(NullableInt64, IEnumerableInt64)
Exceptions
ExceptionCondition
ArgumentNullExceptionevent_ids
See Also