 | IBlockingQueueTPop Method (Int32, T) |
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 or
the timeout has expired. If the timeout has expired, the
method will return false.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxbool Pop(
int maxTimeoutInMillis,
out T item
)
Parameters
- maxTimeoutInMillis
- Type: SystemInt32
The max timeout in millis. - item
- Type: T
The item.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.IBlockingQueue`1.Pop(System.Int32,`0@)"]
See Also