'Declaration Public Sub WaitForNetworkIdle( _ Optional ByVal idleTime As System.Integer, _ Optional ByVal maxTimeout As System.Integer _ )
public void WaitForNetworkIdle( System.int idleTime, System.int maxTimeout )
Parameters
- idleTime
- How long to wait for no network requests, in milliseconds.
- maxTimeout
- Maximum time to wait for, in milliseconds.