RetryCount Property
      
 

Description

Determines how many times retry is performed.

Property type

A Long value.  

Syntax

object.RetryCount [= value]

The RetryCount Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type wodVPN.
valueA 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.