Click or drag to resize

ISportDataProviderGetPlayerProfileAsync Method

Asynchronously gets a IPlayerProfile

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<IPlayerProfile> GetPlayerProfileAsync(
	URN id,
	CultureInfo culture = null
)

Parameters

id  URN
A URN specifying the id for which IPlayerProfile to be retrieved
culture  CultureInfo  (Optional)
A CultureInfo specifying the language or a null reference to use the languages specified in the configuration

Return Value

TaskIPlayerProfile
A IPlayerProfile representing the specified player or a null reference
See Also