IHostedService Interface
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 des méthodes pour des objets qui sont gérés par l’hôte.
public interface class IHostedService
public interface IHostedService
type IHostedService = interface
Public Interface IHostedService
- Dérivé
Start |
Déclenché quand l’hôte d’application est prêt à démarrer le service. |
Stop |
Déclenché quand l’hôte d’application effectue un arrêt normal. |
Start |
Démarre et arrête immédiatement le service. |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :