Click or drag to resize

TracingClientGetCategoriesAsync Method

Version 94.4.20
Gets supported tracing categories.

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

Return Value

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