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