Click or drag to resize

IPoisonQueue Methods

The IPoisonQueue type exposes the following members.

Methods
 NameDescription
Public methodEnqueue Enqueue a new poison element. Throws PoisonQueueException if there is already poison elements for the same match enqueued.
Public methodIsMatchPoisonous Checks whether there is a poison element linked to this match
Public methodWaitForElementRemoved Waits until an element is removed (promoted or deceased) from the poison queue.
Top
See Also