TracingClientGetCategoriesAsync Method |
Version 130.1.90
Gets supported tracing categories.
Namespace: CefSharp.DevTools.TracingAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetCategoriesResponse> GetCategoriesAsync()
public:
Task<GetCategoriesResponse^>^ GetCategoriesAsync()
Return Value
TaskGetCategoriesResponsereturns System.Threading.Tasks.Task<GetCategoriesResponse>
See Also