Click or drag to resize

IJavascriptCallbackExecuteWithTimeoutAsync Method

Version 89.0.170
Execute the javascript callback

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

Parameters

timeout
Type: SystemNullableTimeSpan
timeout
parms
Type: SystemObject
param array of objects

Return Value

Type: TaskJavascriptResponse
JavascriptResponse
See Also