Click or drag to resize

CountDownLatchCount Property

Returns the number of outstanding latches that have not been removed.

Namespace:  com.espertech.esper.compat.threading
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public long Count { get; }

Property Value

Type: Int64
The count.
See Also