set_throttling
Description:
public void set_throttling (uint throttling)
Setting this property, the Wc will queue all the requests and will dispatch them with a pause
between them of this value.
Parameters:
this |
a Wc instance
|
throttling |
the number of seconds to wait between requests
|