| CSSClientTakeComputedStyleUpdatesAsync Method  | 
Version 90.6.50 
            Polls the next batch of computed style updates.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<TakeComputedStyleUpdatesResponse> TakeComputedStyleUpdatesAsync()
public:
Task<TakeComputedStyleUpdatesResponse^>^ TakeComputedStyleUpdatesAsync()
Return Value
Type: 
TaskTakeComputedStyleUpdatesResponsereturns System.Threading.Tasks.Task<TakeComputedStyleUpdatesResponse>
 See Also
See Also