Click or drag to resize

MemoryClientSimulatePressureNotificationAsync Method

Version 130.1.90
Simulate a memory pressure notification in all processes.

Namespace: CefSharp.DevTools.Memory
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SimulatePressureNotificationAsync(
	PressureLevel level
)

Parameters

level  PressureLevel
Memory pressure level of the notification.

Return Value

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