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