Click or drag to resize

RollbackBetSettlementEventArgsTGetBetSettlementRollback Method

Gets the IRollbackBetSettlementT implementation representing the received bet settlement rollback message translated to the specified languages

Namespace: Sportradar.OddsFeed.SDK.API.EventArguments
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public IRollbackBetSettlement<T> GetBetSettlementRollback(
	CultureInfo culture = null
)

Parameters

culture  CultureInfo  (Optional)
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

Return Value

IRollbackBetSettlementT
Returns the IRollbackBetSettlementT implementation representing the received bet settlement rollback message translated to the specified languages
See Also