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