RetryInterval Property

The RetryInterval property is a Long Variant that specifies the number of seconds that the AdServer object waits between attempts to reconnect with the ad database if the connection fails.

Syntax

AdServerObject.RetryInterval

Remarks

The default value is 60 seconds. You can set the retry interval to any number between 0 and 3600 (which translates to one hour). This value is usually set in Global.asa.

Example

The following line sets the retry interval to 2 minutes.

  Ad.RetryInterval = 120

© 1997-1998 Microsoft Corporation. All rights reserved.