Click or drag to resize

EmulationSetCPUThrottlingRateAsync Method

Version 85.3.121
Enables CPU throttling to emulate slow CPUs.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> SetCPUThrottlingRateAsync(
	long rate
)

Parameters

rate
Type: SystemInt64
Throttling rate as a slowdown factor (1 is no throttle, 2 is 2x slowdown, etc).

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also