 | BoundBlockingQueueTPush Method |
Pushes an item onto the queue. If the queue has reached
capacity, the call will pend until the queue has space to
receive the request.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic void Push(
T item
)
Parameters
- item
- Type: T
[Missing <param name="item"/> documentation for "M:com.espertech.esper.compat.collections.BoundBlockingQueue`1.Push(`0)"]
Implements
IBlockingQueueTPush(T)
See Also