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