Click or drag to resize

PerformanceGetMetricsAsync Method

Version 85.3.121
Retrieve current values of run-time metrics.

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

Return Value

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