Click or drag to resize

BrowserClientGetHistogramAsync Method

Version 86.0.240
Get a Chrome histogram by name.

Namespace:  CefSharp.DevTools.Browser
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetHistogramResponse> GetHistogramAsync(
	string name,
	Nullable<bool> delta = null
)

Parameters

name
Type: SystemString
Requested histogram name.
delta (Optional)
Type: SystemNullableBoolean
If true, retrieve delta since last call.

Return Value

Type: TaskGetHistogramResponse
returns System.Threading.Tasks.Task<GetHistogramResponse>
See Also