Click or drag to resize

TracingClientGetCategoriesAsync Method

Version 113.3.50
Gets supported tracing categories.

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

Return Value

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