CSSClientTakeComputedStyleUpdatesAsync Method |
Version 130.1.90
Polls the next batch of computed style updates.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<TakeComputedStyleUpdatesResponse> TakeComputedStyleUpdatesAsync()
public:
Task<TakeComputedStyleUpdatesResponse^>^ TakeComputedStyleUpdatesAsync()
Return Value
TaskTakeComputedStyleUpdatesResponsereturns System.Threading.Tasks.Task<TakeComputedStyleUpdatesResponse>
See Also