AspNetMemoryMonitor.DefaultRecycleLimitObserver Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default recycle limit 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.
public:
property IObserver<System::Web::Hosting::RecycleLimitInfo ^> ^ DefaultRecycleLimitObserver { IObserver<System::Web::Hosting::RecycleLimitInfo ^> ^ get(); void set(IObserver<System::Web::Hosting::RecycleLimitInfo ^> ^ value); };
public IObserver<System.Web.Hosting.RecycleLimitInfo> DefaultRecycleLimitObserver { get; set; }
member this.DefaultRecycleLimitObserver : IObserver<System.Web.Hosting.RecycleLimitInfo> with get, set
Public Property DefaultRecycleLimitObserver As IObserver(Of RecycleLimitInfo)
Property Value
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.