libcURL.MultiHandle.QueryInterval - charonn0/RB-libcURL GitHub Wiki
libcURL.MultiHandle.QueryInterval
Method Signature
Function QueryInterval() As Double
Return Value
Returns libcURL's best estimate for an optimum interval, in seconds, between calls to PerformOnce. An interval of 1.0 means that PerformOnce may be called immediately. An interval that is less-than 0.0 means that libcURL has no estimate at this time.
Remarks
PerformOnce must be executed one or more times with an interval between each call. This method returns libcURL's suggested interval.
See also
curl_multi_timeoutfrom the libcurl documentation.