Click or drag to resize

IMarketDescriptionManagerV1 Interface

Used to obtain information about available markets and get translations for markets and outcomes including outrights

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#
public interface IMarketDescriptionManagerV1 : IMarketDescriptionManager

The IMarketDescriptionManagerV1 type exposes the following members.

Methods
 NameDescription
Public methodDeleteVariantMarketDescriptionFromCache Deletes the variant market description from cache
Public methodGetMarketDescriptionsAsync Asynchronously gets a IEnumerableT of all available static market descriptions
(Inherited from IMarketDescriptionManager)
Public methodGetMarketMappingAsync(Int32, IProducer) Asynchronously gets a IEnumerableT of available mappings for the provided marketId/producer combination
(Inherited from IMarketDescriptionManager)
Public methodGetMarketMappingAsync(Int32, IReadOnlyDictionaryString, String, IProducer) Asynchronously gets a IEnumerableT of available mappings for the provided marketId/producer combination
(Inherited from IMarketDescriptionManager)
Public methodLoadMarketDescriptionsAsync Asynchronously loads the invariant and variant list of market descriptions from the Sports API
(Inherited from IMarketDescriptionManager)
Top
See Also