AspNetMemoryMonitor.DefaultLowPhysicalMemoryObserver Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'osservatore predefinito di memoria insufficiente. Se si imposta questa proprietà, l'iscrizione dell'osservatore predefinito presente in precedenza viene annullata. Può essere presente un solo osservatore predefinito. Per specificare osservatori aggiuntivi, usare il metodo Subscribe.
public:
property IObserver<System::Web::Hosting::LowPhysicalMemoryInfo ^> ^ DefaultLowPhysicalMemoryObserver { IObserver<System::Web::Hosting::LowPhysicalMemoryInfo ^> ^ get(); void set(IObserver<System::Web::Hosting::LowPhysicalMemoryInfo ^> ^ value); };
public IObserver<System.Web.Hosting.LowPhysicalMemoryInfo> DefaultLowPhysicalMemoryObserver { get; set; }
member this.DefaultLowPhysicalMemoryObserver : IObserver<System.Web.Hosting.LowPhysicalMemoryInfo> with get, set
Public Property DefaultLowPhysicalMemoryObserver As IObserver(Of LowPhysicalMemoryInfo)