Dsretries – Echelon OpenLNS User Manual
Page 923
OpenLNS Programmer's Reference
886
8
0.256
9
0.384
10
0.512
11
0.768
12
1.024
13
1.536
14
2.048
15
3.072
You can write the value 254 to the
property at any time to restore it to
the default.
To set the number of repeats that will
be sent, write to the RetryCount
property of the System
object.
systemObject
The System
object to be acted upon.
Data Type
Integer.
Read/Write
Read/write.
Added to API
LNS Release 3.20.
DsRetries
Summary
Specifies the retry count to use for messages sent using the
acknowledged, request/response, or repeated message
services.
Availability
Local, full, and lightweight clients.
Syntax
retryValue = object.DsRetries
Element
Description
retryValue
The number of retries. The default
value is 4.
This parameter sets the default retry
count that is applied to message
monitor points in temporary monitor
sets.
Invoke the DsSaveOptions method to
save the property value into the
persistent database. You can use the
RetryCount property to set the retry
count for network management
messages.
object
The System object to be acted on.
Data Type
Integer.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.