Namespace:
Apache.NMS.Util
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property AsyncWaitHandle As WaitHandle Get |
| C# |
|---|
public WaitHandle AsyncWaitHandle { get; } |
| Visual C++ |
|---|
public: property WaitHandle^ AsyncWaitHandle { WaitHandle^ get (); } |
| JavaScript |
|---|
function get_asyncWaitHandle(); |