| DOMClientGetNodeStackTracesAsync Method  | 
Version 90.6.50 
            Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetNodeStackTracesResponse> GetNodeStackTracesAsync(
	int nodeId
)
public:
Task<GetNodeStackTracesResponse^>^ GetNodeStackTracesAsync(
	int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
 Id of the node to get stack traces for.
Return Value
Type: 
TaskGetNodeStackTracesResponsereturns System.Threading.Tasks.Task<GetNodeStackTracesResponse>
 See Also
See Also