BootstrapperAttribute Classe
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.
Identifie l’implémentation IBootstrapper à utiliser comme point d’entrée pour le démarrage du service. Il ne peut y en avoir qu’un seul instance actif à la fois.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public sealed class BootstrapperAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type BootstrapperAttribute = class
inherit Attribute
Public NotInheritable Class BootstrapperAttribute
Inherits Attribute
- Héritage
-
BootstrapperAttribute
- Attributs
Constructeurs
BootstrapperAttribute(Type) |
Crée une nouvelle instance de l’identification de l’implémentation BootstrapperAttributeIBootstrapper à utiliser comme point d’entrée pour le démarrage du service. |
Propriétés
BootstrapperType |
Obtient le IBootstrapper fournissant le point d’entrée pour le démarrage du service. |
S’applique à
Azure SDK for .NET