ProfilerClientEnableRuntimeCallStatsAsync Method |
Version 88.2.90
Enable run time call stats collection.
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Task<DevToolsMethodResponse> EnableRuntimeCallStatsAsync()
public:
Task<DevToolsMethodResponse^>^ EnableRuntimeCallStatsAsync()
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also