EmulationClientSetHardwareConcurrencyOverrideAsync Method |
Version 107.1.120
SetHardwareConcurrencyOverride
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntax public Task<DevToolsMethodResponse> SetHardwareConcurrencyOverrideAsync(
int hardwareConcurrency
)
public:
Task<DevToolsMethodResponse^>^ SetHardwareConcurrencyOverrideAsync(
int hardwareConcurrency
)
Parameters
- hardwareConcurrency
- Type: SystemInt32
Hardware concurrency to report
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also