Click or drag to resize

BrowserClient.GetHistogramsAsync Method

Version 130.1.90
Get Chrome histograms.

Namespace: CefSharp.DevTools.Browser
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetHistogramsResponse> GetHistogramsAsync(
	string query = null,
	bool? delta = null
)

Parameters

query  String  (Optional)
Requested substring in name. Only histograms which have query as asubstring in their name are extracted. An empty or absent query returnsall histograms.
delta  Nullable<Boolean>  (Optional)
If true, retrieve delta since last delta call.

Return Value

Task<GetHistogramsResponse>
returns System.Threading.Tasks.Task<GetHistogramsResponse>
See Also