Gets the current count for this Latch.

Namespace:  Apache.NMS.Util
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public ReadOnly Property Remaining As Integer
	Get
C#
public int Remaining { get; }
Visual C++
public:
property int Remaining {
	int get ();
}
JavaScript
function get_remaining();

See Also