IApplicationMonitor Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’interface requise d’un moniteur d’application remplaçable pour ASP.NET.
public interface class IApplicationMonitor : IDisposable
public interface IApplicationMonitor : IDisposable
type IApplicationMonitor = interface
interface IDisposable
Public Interface IApplicationMonitor
Implements IDisposable
- Dérivé
- Implémente
Méthodes
Dispose() |
Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées. (Hérité de IDisposable) |
Start() |
Démarrez l’analyse et le déclenchement des notifications. |
Stop() |
Arrêtez la surveillance et le déclenchement des notifications. |