ProfilerClientGetCountersAsync Method |
Version 88.2.90
Retrieve counters.
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Task<GetCountersResponse> GetCountersAsync()
public:
Task<GetCountersResponse^>^ GetCountersAsync()
Return Value
Type:
TaskGetCountersResponsereturns System.Threading.Tasks.Task<GetCountersResponse>
See Also