Gets or sets a value indicating whether [use exponential back off].
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Property UseExponentialBackOff As Boolean Get Set |
| C# |
|---|
bool UseExponentialBackOff { get; set; } |
| Visual C++ |
|---|
property bool UseExponentialBackOff { bool get (); void set (bool value); } |
| JavaScript |
|---|
function get_useExponentialBackOff(); function set_useExponentialBackOff(value); |