Click or drag to resize

IPoisonQueueIsMatchPoisonous Method

Checks whether there is a poison element linked to this match

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
bool IsMatchPoisonous(
	IList<long> match_ids
)

Parameters

match_ids  IListInt64
Match ids

Return Value

Boolean
Returns true if there is a poison element linked to this match
See Also