Click or drag to resize

IMatchGetStatusAsync Method

Asynchronously gets a IMatchStatus containing information about the progress of the match

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
Task<IMatchStatus> GetStatusAsync()

Return Value

TaskIMatchStatus
A TaskTResult containing information about the progress of the match
See Also