Click or drag to resize

IPoisonQueueEnqueue Method

Enqueue a new poison element. Throws PoisonQueueException if there is already poison elements for the same match enqueued.

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
void Enqueue(
	PoisonQueueElt obj
)

Parameters

obj  PoisonQueueElt
Poison element
See Also