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