Gets or sets the back off multiplier.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Property BackOffMultiplier As Integer Get Set |
C# |
---|
int BackOffMultiplier { get; set; } |
Visual C++ |
---|
property int BackOffMultiplier { int get (); void set (int value); } |
JavaScript |
---|
function get_backOffMultiplier(); function set_backOffMultiplier(value); |