Click or drag to resize

IMarketDescriptionManagerGetMarketMappingAsync(Int32, 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,
	IProducer producer
)

Parameters

marketId  Int32
The id of the market for which you need the mapping
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