Table of Contents

Class BetStopEventArgs<T>

Namespace
Sportradar.OddsFeed.SDK.Api.EventArguments
Assembly
Sportradar.OddsFeed.SDK.dll

Event arguments for OnBetStop event

public class BetStopEventArgs<T> : EventArgs where T : ISportEvent

Type Parameters

T

A ICompetition derived instance specifying the type of sport event associated with contained IBetStop<T>

Inheritance
BetStopEventArgs<T>
Inherited Members

Methods

GetBetStop(CultureInfo)

Gets the IBetStop<T> implementation representing the received bet stop message translated to the specified languages

public IBetStop<T> GetBetStop(CultureInfo culture = null)

Parameters

culture CultureInfo

A CultureInfo specifying the language of which to translate the message or a null reference to translate the message to languages specified in the configuration

Returns

IBetStop<T>

Returns the IBetStop<T> implementation representing the received bet stop message translated to the specified languages