LowPhysicalMemoryObserver Class
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.
An observer that implements ASP.NET's default reaction to LowPhysicalMemoryInfo events raised by the application's memory monitor.
public ref class LowPhysicalMemoryObserver : IObserver<System::Web::Hosting::LowPhysicalMemoryInfo ^>
public class LowPhysicalMemoryObserver : IObserver<System.Web.Hosting.LowPhysicalMemoryInfo>
type LowPhysicalMemoryObserver = class
interface IObserver<LowPhysicalMemoryInfo>
Public Class LowPhysicalMemoryObserver
Implements IObserver(Of LowPhysicalMemoryInfo)
- Inheritance
-
LowPhysicalMemoryObserver
- Implements
Constructors
LowPhysicalMemoryObserver() |
Creates a new instance of the LowPhysicalMemoryObserver 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() |
Notifies the observer that the provider has finished sending push-based notifications. |
OnError(Exception) |
Notifies the observer that an exception has been raised. |
OnNext(LowPhysicalMemoryInfo) |
Provides the observer with new data. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |