Gets the next boolean
Namespace:
Apache.NMS.PoliciesAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Protected Shared ReadOnly Property NextBool As Boolean Get |
| C# |
|---|
protected static bool NextBool { get; } |
| Visual C++ |
|---|
protected: static property bool NextBool { bool get (); } |
| JavaScript |
|---|
Apache.NMS.Policies.RedeliveryPolicy.get_nextBool = function(); |