Skip to content

libcURL.MultiHandle.QueryInterval

Andrew Lambert edited this page Jan 30, 2016 · 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 1 means that PerformOnce may be called immediately.

##Remarks 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:

Clone this wiki locally