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