CefQuitMessageLoop Method |
Version 101.0.180
Quit the CEF message loop that was started by calling Cef.RunMessageLoop().
This function should only be called on the main application thread and only
if Cef.RunMessageLoop() was used.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 101.0.180.0
Syntax public static void QuitMessageLoop()
public:
static void QuitMessageLoop()
See Also