Click or drag to resize

PerformanceClientGetMetricsAsync Method

Version 86.0.240
Retrieve current values of run-time metrics.

Namespace:  CefSharp.DevTools.Performance
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetMetricsResponse> GetMetricsAsync()

Return Value

Type: TaskGetMetricsResponse
returns System.Threading.Tasks.Task<GetMetricsResponse>
See Also