Click or drag to resize

PerformanceClientGetMetricsAsync Method

Version 130.1.90
Retrieve current values of run-time metrics.

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

Return Value

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