IJavascriptCallbackExecuteWithTimeoutAsync Method |
Version 130.1.90
Execute the javascript callback
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax Task<JavascriptResponse> ExecuteWithTimeoutAsync(
TimeSpan? timeout,
params Object[] parms
)
Task<JavascriptResponse^>^ ExecuteWithTimeoutAsync(
Nullable<TimeSpan> timeout,
... array<Object^>^ parms
)
Parameters
- timeout NullableTimeSpan
- timeout
- parms Object
- param array of objects
Return Value
TaskJavascriptResponseJavascriptResponse
See Also