MemoryClientSetPressureNotificationsSuppressedAsync Method  | 
Version 104.4.240 
            Enable/disable suppressing memory pressure notifications in all processes.
            
 
    Namespace: 
   CefSharp.DevTools.Memory
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> SetPressureNotificationsSuppressedAsync(
	bool suppressed
)
public:
Task<DevToolsMethodResponse^>^ SetPressureNotificationsSuppressedAsync(
	bool suppressed
)
Parameters
- suppressed
 - Type: SystemBoolean
If true, memory pressure notifications will be suppressed. 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also