RuntimeClientSetAsyncCallStackDepthAsync Method  | 
Version 108.4.130 
            Enables or disables async call stacks tracking.
            
 
    Namespace: 
   CefSharp.DevTools.Runtime
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic Task<DevToolsMethodResponse> SetAsyncCallStackDepthAsync(
	int maxDepth
)
public:
Task<DevToolsMethodResponse^>^ SetAsyncCallStackDepthAsync(
	int maxDepth
)
Parameters
- maxDepth
 - Type: SystemInt32
Maximum depth of async call stacks. Setting to `0` will effectively disable collecting asynccall stacks (default). 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also