RecycleLimitObserver Class

Definition

An observer that implements ASP.NET's default reaction to RecycleLimitInfo events raised by the application's recycle limit monitor.

C#
public class RecycleLimitObserver : IObserver<System.Web.Hosting.RecycleLimitInfo>
Inheritance
RecycleLimitObserver
Implements

Constructors

RecycleLimitObserver()

Initializes a new instance of the RecycleLimitObserver class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnCompleted()

Has no effect in the RecycleLimitObserver class.

OnError(Exception)

Has no effect in the RecycleLimitObserver class.

OnNext(RecycleLimitInfo)

Provides the observer with new data.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

产品 版本
.NET Framework 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1