Class BetCancelEventArgs<T>
- Namespace
- Sportradar.OddsFeed.SDK.Api.EventArguments
- Assembly
- Sportradar.OddsFeed.SDK.dll
Event arguments for the OnBetCancel event
public class BetCancelEventArgs<T> : EventArgs where T : ISportEvent
Type Parameters
TA ICompetition derived instance specifying the type of sport event associated with contained IBetCancel<T>
- Inheritance
-
BetCancelEventArgs<T>
- Inherited Members
Methods
GetBetCancel(CultureInfo)
Gets the IBetCancel<T> implementation representing the received bet cancel message translated to the specified languages
public IBetCancel<T> GetBetCancel(CultureInfo culture = null)
Parameters
cultureCultureInfoA 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
- IBetCancel<T>
Returns the IBetCancel<T> implementation representing the received bet cancel message translated to the specified languages