MemoryClientSetPressureNotificationsSuppressedAsync Method |
Version 130.1.90
Enable/disable suppressing memory pressure notifications in all processes.
Namespace: CefSharp.DevTools.MemoryAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetPressureNotificationsSuppressedAsync(
bool suppressed
)
public:
Task<DevToolsMethodResponse^>^ SetPressureNotificationsSuppressedAsync(
bool suppressed
)
Parameters
- suppressed Boolean
- If true, memory pressure notifications will be suppressed.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also