Click or drag to resize

IPoisonQueueWaitForElementRemoved Method

Waits until an element is removed (promoted or deceased) from the poison queue.

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
bool WaitForElementRemoved(
	TimeSpan wait_timeout
)

Parameters

wait_timeout  TimeSpan
Wait timeout

Return Value

Boolean
True if the wait was successful or false if the timeout occurred.
See Also