Click or drag to resize

BoundBlockingQueueT Constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public BoundBlockingQueue(
	int maxCapacity,
	int lockTimeout
)

Parameters

maxCapacity
Type: SystemInt32
The max capacity.
lockTimeout
Type: SystemInt32
The lock timeout.
See Also