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