Click or drag to resize

IBlockingQueueTPush 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
Syntax
C#
void Push(
	T item
)

Parameters

item
Type: T

[Missing <param name="item"/> documentation for "M:com.espertech.esper.compat.collections.IBlockingQueue`1.Push(`0)"]

See Also