CacheManager.RetryInterval
The RetryInterval property is a read/write number that specifies the approximate number of seconds to wait before retrying to load the data cache after failing to load.
Definition
Property RetryInterval(bstrName As String) As Long
Parameters
bstrName
A String that contains the name of a data cache for which the retry interval is being provided or retrieved.
Error Values
This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.
Remarks
A retry interval value provides the number of seconds the CacheManager object should wait before retrying a failed cache refresh operation.
The default retry interval value is 60 (seconds).
The retry interval must be at least 1 (second).