AspNetMemoryMonitor Methods
Namespace:
System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
| 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.) |
Show:
