CefQuitMessageLoop Method |
Version 55.0.0
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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntaxpublic static void QuitMessageLoop()
public:
static void QuitMessageLoop()
See Also