| LayerTreeClientCompositingReasonsAsync Method  | 
Version 90.6.50 
            Provides the reasons why the given layer was composited.
            
 
    Namespace: 
   CefSharp.DevTools.LayerTree
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<CompositingReasonsResponse> CompositingReasonsAsync(
	string layerId
)
public:
Task<CompositingReasonsResponse^>^ CompositingReasonsAsync(
	String^ layerId
)
Parameters
- layerId
- Type: SystemString
 The id of the layer for which we want to get the reasons it was composited.
Return Value
Type: 
TaskCompositingReasonsResponsereturns System.Threading.Tasks.Task<CompositingReasonsResponse>
 See Also
See Also