The minimum interval between two queue polling requests.
The default value is 100 milliseconds. Accepted values are between 0 and 10000 milliseconds (10 seconds).
The default value is 100 milliseconds. Accepted values are between 0 and 10000 milliseconds (10 seconds).


The current queue poll speed in milliseconds.

The following example shows how to set the polling speed.
CopyC#

Debug.WriteLine("Poll speed: " + smartFox.GetQueuePollSpeed()); smartFox.SetQueuePollSpeed(200);