Click or drag to resize

IJavascriptCallbackExecuteWithTimeoutAsync Method

Version 130.1.90
Execute the javascript callback

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

Parameters

timeout  NullableTimeSpan
timeout
parms  Object
param array of objects

Return Value

TaskJavascriptResponse
JavascriptResponse
See Also