Click or drag to resize

IOutcomeGetMappedOutcomeIdsAsync Method

Asynchronously gets the mapping Ids of the specified outcome

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<IEnumerable<IOutcomeMapping>> GetMappedOutcomeIdsAsync()

Return Value

TaskIEnumerableIOutcomeMapping
Returns the mapping Ids of the specified outcome
See Also