| RuntimeClientEnableAsync Method  | 
Version 90.6.50 
            Enables reporting of execution contexts creation by means of `executionContextCreated` event.
            When the reporting gets enabled the event will be sent immediately for each existing execution
            context.
            
 
    Namespace: 
   CefSharp.DevTools.Runtime
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> EnableAsync()
public:
Task<DevToolsMethodResponse^>^ EnableAsync()
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also