AspNetMemoryMonitor.Subscribe Method (IObserver(Of LowPhysicalMemoryInfo))
Subscribes a low-memory observer in addition to the default low-memory observer.
Assembly: System.Web (in System.Web.dll)
Public Function Subscribe ( observer As IObserver(Of LowPhysicalMemoryInfo) ) As IDisposable
Parameters
- observer
-
Type:
System.IObserver(Of LowPhysicalMemoryInfo)
The low-memory observer to subscribe to.
Return Value
Type: System.IDisposable.NET Framework
Available since 4.7
Available since 4.7
Show: