-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.QueryInterval
Andrew Lambert edited this page Jun 12, 2015
·
13 revisions
#libcURL.MultiHandle.QueryInterval
##Method Signature
Function QueryInterval() As Integer##Return Value
Returns libcURL's best estimate for an optimum interval, in milliseconds, between calls to PerformOnce. An interval of 0 means that PerformOnce may be called immediately. An interval of -1 indicates an error; check LastError for details.
##Notes
PerformOnce must be executed one or more times with an interval between each call. This method returns libcURL's suggested interval in milliseconds.
See also:
-
curl_multi_timeoutfrom the libcurl documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.