IJavascriptCallbackExecuteWithTimeoutAsync Method |
Version 75.1.140
Execute the javascript callback
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax Task<JavascriptResponse> ExecuteWithTimeoutAsync(
Nullable<TimeSpan> timeout,
params Object[] parms
)
Task<JavascriptResponse^>^ ExecuteWithTimeoutAsync(
Nullable<TimeSpan> timeout,
... array<Object^>^ parms
)
Parameters
- timeout
- Type: SystemNullableTimeSpan
[Missing <param name="timeout"/> documentation for "M:CefSharp.IJavascriptCallback.ExecuteWithTimeoutAsync(System.Nullable{System.TimeSpan},System.Object[])"]
- parms
- Type: SystemObject
param array of objects
Return Value
Type:
TaskJavascriptResponseJavascriptResponse
See Also