RecycleLimitObserver Class

Definition

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

public ref class RecycleLimitObserver : IObserver<System::Web::Hosting::RecycleLimitInfo ^>
public class RecycleLimitObserver : IObserver<System.Web.Hosting.RecycleLimitInfo>
type RecycleLimitObserver = class
    interface IObserver<RecycleLimitInfo>
Public Class RecycleLimitObserver
Implements IObserver(Of 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