Click or drag to resize

ImperfectBlockingQueueT Constructor (Int32)

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public ImperfectBlockingQueue(
	int maxLength
)

Parameters

maxLength
Type: SystemInt32
Length of the max.
See Also