Table of Contents

Interface IStageStatus

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by classes representing a stage status

public interface IStageStatus : ICompetitionStatus
Inherited Members

Methods

GetMatchStatusAsync(CultureInfo)

Asynchronously gets the stage match status

Task<ILocalizedNamedValue> GetMatchStatusAsync(CultureInfo culture)

Parameters

culture CultureInfo

The culture used to get stage match status id and description

Returns

Task<ILocalizedNamedValue>

Returns the stage match status id and description in selected culture

See Also