qBool SetConvergenceDelay( TimeInterval tiMinCPDelay, TimeInterval tiMaxCPDelay );
Name | Description | |
---|---|---|
in | tiMinCPDelay | Specifies the minimum convergence delay in milliseconds. The default value is 250 . |
in | tiMaxCPDelay | Specifies the maximum convergence delay in milliseconds. The default value is 1000 . |
false
and signals SYSTEMERROR_GEN_OUT_OF_RANGE
if tiMinCPDelay or tiMaxCPDelay are equal to or less than 0 or if tiMaxCPDelay is less than tiMinCPDelay. Sets the minimum and maximum delay used by the convergence algorithm.
CONFIDENTIAL