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