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