Partager via


BootstrapperAttribute Classe

Définition

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 à