| CefQuitMessageLoop Method  | 
Version 90.6.50 
            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: 90.6.50.0
 Syntax
Syntaxpublic static void QuitMessageLoop()
public:
static void QuitMessageLoop()
 See Also
See Also