IJavascriptCallback.ExecuteWithTimeoutAsync Method |
Version 94.4.20
Execute the javascript callback
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
SyntaxTask<JavascriptResponse> ExecuteWithTimeoutAsync(
TimeSpan? timeout,
params Object[] parms
)
Task<JavascriptResponse^>^ ExecuteWithTimeoutAsync(
Nullable<TimeSpan> timeout,
... array<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