Click or drag to resize

MemoryClientSetPressureNotificationsSuppressedAsync Method

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

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

Parameters

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

Return Value

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