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