C# Class Castle.Windsor.Tests.Facilities.Startable.Components.Startable

Inheritance: IStartable
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Свойство Type Description
Started bool

Méthodes publiques

Méthode Description
Start ( ) : void
Startable ( ICustomer customer ) : Castle.Core
Stop ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Startable() public méthode

public Startable ( ICustomer customer ) : Castle.Core
customer ICustomer
Résultat Castle.Core

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Started public_oe static_oe property

public static bool Started
Résultat bool