Click or drag to resize

MemoryClient.SetPressureNotificationsSuppressedAsync Method

Version 107.1.120
Enable/disable suppressing memory pressure notifications in all processes.

Namespace:  CefSharp.DevTools.Memory
Assembly:  CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntax
public Task<DevToolsMethodResponse> SetPressureNotificationsSuppressedAsync(
	bool suppressed
)

Parameters

suppressed
Type: System.Boolean
If true, memory pressure notifications will be suppressed.

Return Value

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