BrowserClientGetHistogramAsync Method |
Version 87.1.132
Get a Chrome histogram by name.
Namespace:
CefSharp.DevTools.Browser
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<GetHistogramResponse> GetHistogramAsync(
string name,
Nullable<bool> delta = null
)
public:
Task<GetHistogramResponse^>^ GetHistogramAsync(
String^ name,
Nullable<bool> delta = nullptr
)
Parameters
- name
- Type: SystemString
Requested histogram name. - delta (Optional)
- Type: SystemNullableBoolean
If true, retrieve delta since last call.
Return Value
Type:
TaskGetHistogramResponsereturns System.Threading.Tasks.Task<GetHistogramResponse>
See Also