DS.Documents.Html Assembly / GrapeCity.Documents.Html Namespace / HtmlPage Class / WaitForNetworkIdle Method
How long to wait for no network requests, in milliseconds.
Maximum time to wait for, in milliseconds.

In This Topic
WaitForNetworkIdle Method
In This Topic
Waits for network idle during the specified amount of time.
Syntax
'Declaration
 
Public Sub WaitForNetworkIdle( _
   Optional ByVal idleTime As System.Integer, _
   Optional ByVal maxTimeout As System.Integer _
) 
 

Parameters

idleTime
How long to wait for no network requests, in milliseconds.
maxTimeout
Maximum time to wait for, in milliseconds.
See Also