Click or drag to resize

TracingGetCategoriesAsync Method

Version 85.3.121
Gets supported tracing categories.

Namespace:  CefSharp.DevTools.Tracing
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<GetCategoriesResponse> GetCategoriesAsync()

Return Value

Type: TaskGetCategoriesResponse
returns System.Threading.Tasks.Task<GetCategoriesResponse>
See Also