Click or drag to resize

IMarketDescriptionManagerGetMarketMappingAsync(Int32, IReadOnlyDictionaryString, String, IProducer) Method

Asynchronously gets a IEnumerableT of available mappings for the provided marketId/producer combination

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<IEnumerable<IMarketMappingData>> GetMarketMappingAsync(
	int marketId,
	IReadOnlyDictionary<string, string> specifiers,
	IProducer producer
)

Parameters

marketId  Int32
The id of the market for which you need the mapping
specifiers  IReadOnlyDictionaryString, String
The associated market specifiers
producer  IProducer
The IProducer for which you need the mapping

Return Value

TaskIEnumerableIMarketMappingData
A IEnumerableT of available mappings for the provided marketId/producer combination
See Also