Click or drag to resize

IBlockingQueueTPop Method

Pops an item off the queue. If there is nothing on the queue the call will pend until there is an item on the queue.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
T Pop()

Return Value

Type: T

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.IBlockingQueue`1.Pop"]

See Also