Click or drag to resize

IJavascriptCallback.ExecuteWithTimeoutAsync Method

Version 86.0.240
Execute the javascript callback

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
Task<JavascriptResponse> ExecuteWithTimeoutAsync(
	Nullable<TimeSpan> timeout,
	params Object[] parms
)

Parameters

timeout
Type: System.Nullable<TimeSpan>
timeout
parms
Type:System.Object[]
param array of objects

Return Value

Type: Task<JavascriptResponse>
JavascriptResponse
See Also