Click or drag to resize

MemoryClientSetPressureNotificationsSuppressedAsync Method

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

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

Parameters

suppressed  Boolean
If true, memory pressure notifications will be suppressed.

Return Value

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