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