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