Click or drag to resize

CountDownLatch Constructor

Initializes a new instance of the CountDownLatch class

Namespace:  com.espertech.esper.compat.threading
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public CountDownLatch(
	long latchCount
)

Parameters

latchCount
Type: SystemInt64

[Missing <param name="latchCount"/> documentation for "M:com.espertech.esper.compat.threading.CountDownLatch.#ctor(System.Int64)"]

See Also