Causes the current Thread to wait for the count to reach zero, unless the Thread is interrupted.

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

Syntax

Visual Basic
Public Sub await
C#
public void await()
Visual C++
public:
void await()
JavaScript
function await();

See Also