[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.HtmlPage.WaitForNetworkIdle

WaitForNetworkIdle Method

WaitForNetworkIdle(int, int)

Waits for network idle during the specified amount of time.

Declaration
public void WaitForNetworkIdle(int idleTime = 500, int maxTimeout = 30000)
Public Sub WaitForNetworkIdle(Optional idleTime As Integer = 500, Optional maxTimeout As Integer = 30000)
Parameters
Type Name Description
int idleTime

How long to wait for no network requests, in milliseconds.

int maxTimeout

Maximum time to wait for, in milliseconds.