ApplicationMonitors.MemoryMonitor Propiedad

Definición

Obtiene o establece un monitor de memoria. Al establecer esta propiedad (incluso null) se detendrá y desechará cualquier monitor asignado anteriormente. Para conocer la implementación predeterminada, vea AspNetMemoryMonitor.

public:
 property System::Web::Hosting::IApplicationMonitor ^ MemoryMonitor { System::Web::Hosting::IApplicationMonitor ^ get(); void set(System::Web::Hosting::IApplicationMonitor ^ value); };
public System.Web.Hosting.IApplicationMonitor MemoryMonitor { get; set; }
member this.MemoryMonitor : System.Web.Hosting.IApplicationMonitor with get, set
Public Property MemoryMonitor As IApplicationMonitor

Valor de propiedad

IApplicationMonitor

Se aplica a