Click or drag to resize

CefQuitMessageLoop Method

Version 67.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:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 67.0.0.0
Syntax
public static void QuitMessageLoop()
See Also