 | BoundBlockingQueueT Constructor |
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic BoundBlockingQueue(
int maxCapacity,
int lockTimeout
)
Parameters
- maxCapacity
- Type: SystemInt32
The max capacity. - lockTimeout
- Type: SystemInt32
The lock timeout.
See Also