ChromiumWebBrowserCefUiThreadRunAsync Method |
Version 79.1.350
Run the Action on the CEF UI Thread in an async fashion
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax protected Task CefUiThreadRunAsync(
Action action
)
protected:
Task^ CefUiThreadRunAsync(
Action^ action
)
Parameters
- action
- Type: SystemAction
The action.
Return Value
Type:
Task
An asynchronous result.
See Also