RecycleLimitObserver Class
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.
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
Recycle |
Initializes a new instance of the RecycleLimitObserver class. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
On |
Has no effect in the RecycleLimitObserver class. |
On |
Has no effect in the RecycleLimitObserver class. |
On |
Provides the observer with new data. |
To |
Returns a string that represents the current object. (Inherited from Object) |
产品 | 版本 |
---|---|
.NET Framework | 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |