C# Class Bottles.Services.BottleServiceRuntime

Strictly used within the main Program
Afficher le fichier Open project: DarthFubuMVC/bottles

Private Properties

Свойство Type Description
bootstrap IApplicationLoader

Méthodes publiques

Méthode Description
BottleServiceRuntime ( BottleServiceConfiguration configuration ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
bootstrap ( ) : IApplicationLoader

Method Details

BottleServiceRuntime() public méthode

public BottleServiceRuntime ( BottleServiceConfiguration configuration ) : System
configuration BottleServiceConfiguration
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void