Click or drag to resize

IOutcomeGetMappedOutcomeIdAsync Method

Note: This API is now obsolete.

Asynchronously gets the mapping Id 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#
[ObsoleteAttribute("Return only the first mapping. Use GetMappedOutcomeIdsAsync for all possible.")]
Task<IOutcomeMapping> GetMappedOutcomeIdAsync()

Return Value

TaskIOutcomeMapping
Returns the mapping Id of the specified outcome
See Also