Click or drag to resize

IStageV2GetAdditionalParentStagesAsync Method

Asynchronously gets a list of additional ids of the parent stages of the current instance or a null reference if the represented stage does not have the parent stages

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<IEnumerable<IStage>> GetAdditionalParentStagesAsync()

Return Value

TaskIEnumerableIStage
A TaskTResult representing the asynchronous operation
See Also