AspNetMemoryMonitor Class
ASP.NET default implementation of memory monitor.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultLowPhysicalMemoryObserver | Gets or sets the default low-memory observer. Setting this property unsubscribes the 'default' observer that was there before. There can only be one 'default.' To provide additional observers, use the Subscribe method. |
![]() | DefaultRecycleLimitObserver | Gets or sets the default recycle limit observer. Setting this property unsubscribes the 'default' observer that was there before. There can only be one 'default.' To provide additional observers, use the Subscribe method. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the memory monitor. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Start() | Start monitoring and firing notifications. |
![]() | Stop() | Stop monitoring and firing notifications. |
![]() | Subscribe(IObserver<LowPhysicalMemoryInfo^>^) | Subscribes a low-memory observer in addition to the default low-memory observer. |
![]() | Subscribe(IObserver<RecycleLimitInfo^>^) | Subscribes a recycle limit observer in addition to the default recycle limit observer. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.7
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

