Freigeben über


ApplicationMonitors.MemoryMonitor Eigenschaft

Definition

Ruft einen Speichermonitor ab oder legt diesen fest. Durch Festlegen dieser Eigenschaft (auch auf NULL) wird jeder zuvor zugewiesene Monitor angehalten und verworfen. Die Standardimplementierung finden Sie hier: 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

Eigenschaftswert

IApplicationMonitor

Gilt für