Click or drag to resize

LinkedBlockingQueueTPush 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#
public void Push(
	T item
)

Parameters

item
Type: T

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

Implements

IBlockingQueueTPush(T)
See Also