Click or drag to resize

TracingClientGetCategoriesAsync Method

Version 130.1.90
Gets supported tracing categories.

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

Return Value

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