Click or drag to resize

PerformanceTimelineClientEnableAsync Method

Version 94.4.20
Previously buffered events would be reported before method returns. See also: timelineEventAdded

Namespace:  CefSharp.DevTools.PerformanceTimeline
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public Task<DevToolsMethodResponse> EnableAsync(
	string[] eventTypes
)

Parameters

eventTypes
Type: SystemString
The types of event to report, as specified inhttps://w3c.github.io/performance-timeline/#dom-performanceentry-entrytypeThe specified filter overrides any previous filters, passing emptyfilter disables recording.Note that not all types exposed to the web platform are currently supported.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also