Click or drag to resize

DequeTPoll Method

Retrieves and removes the head of the queue represented by this deque or returns null if deque is empty.

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

Return Value

Type: T

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

See Also