Description Determines how many times retry is performed.
Property type
A Long value.
Syntax
object.RetryCount [= value]
The RetryCount Property syntax has these parts:
|
object | An expression evaluating to an object of type wodVPN. | value | A Long value. |
Remarks RetryCount is used during
Search method, and determines
how many times will packet be resent to remote side before giving up
with timeout error. If set to 0, then wodVPN will retry forever.
Each retry is made after value of milliseconds specified in
RetryWait property.
|