AttemptRetry property |
Applies to
TIB_TimeoutProps
Declaration
Property AttemptRetry : word;
Description
This is the Retry allowed for whatever activities are going on in order to
make conditions allowable to close the transaction. What happens is if the first
attempt to fetch records doesn't get them all it will try again in a certain
period of time. That period of time is defined by this property. Thus, this is
the time of inactivity between background operations to work towards getting all
dataset's cursors closed.
So, if after the first waiting period to attempt is up this determines the
frequency of subsequent and repeated attempts.