Click or drag to resize

IMarketGetNameAsync Method

Asynchronously gets the name of the market in the specified language

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<string> GetNameAsync(
	CultureInfo culture
)

Parameters

culture  CultureInfo
A CultureInfo specifying the language in which to get the name

Return Value

TaskString
A TaskTResult representing the async operation
See Also