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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.