EmulationClientSetHardwareConcurrencyOverrideAsync Method |
Version 106.0.290
SetHardwareConcurrencyOverride
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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