Namespace:
Apache.NMS.Policies
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Public Property UseExponentialBackOff As Boolean Get Set |
| C# |
|---|
public bool UseExponentialBackOff { get; set; } |
| Visual C++ |
|---|
public: virtual property bool UseExponentialBackOff { bool get () sealed; void set (bool value) sealed; } |
| JavaScript |
|---|
function get_useExponentialBackOff(); function set_useExponentialBackOff(value); |