Gripper.WebClient
Gripper.WebClient
PollSettings Struct
A data structure to provide settings to polling operations. Knows implicit conversions from/to (int periodMs, int timeoutMs).
public struct PollSettings
| Fields | |
|---|---|
| PeriodMs | Defines the period of the polling operation. That is, the length of one cycle in milliseconds. | 
    
| TimeoutMs | Defines the total timeout period of the polling operation in milliseconds. |