AspNetMemoryMonitor.DefaultLowPhysicalMemoryObserver Property

 

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.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

Public Property DefaultLowPhysicalMemoryObserver As IObserver(Of LowPhysicalMemoryInfo)

Property Value

Type: System.IObserver(Of LowPhysicalMemoryInfo)

.NET Framework
Available since 4.7
Return to top
Show: