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