:RetryCount()


Class

     aprDNS()

 

Syntax

     Read:

           :RetryCount() --> nRetries

 

     Assign:

           :RetryCount( nRetries )

 

Parameters

     nRetries Number of times components should attempt to contact remote server before erroring

 

Description

The retry count determines the amount of time the client will wait for a response from each query, the effective amount of time the client will wait increases with each nameserver and the total number of retries specified. For example, two nameservers registered with the client, with a default of 4 retries per nameserver and a timeout value of 10 seconds, would cause the client to wait a total of 80 seconds until it returns an error indicating that it was unable to resolve the query.

 

See Also

:Timeout(), :RegisterServer()