C# 클래스 Bottles.Services.BottleServiceRuntime

Strictly used within the main Program
파일 보기 프로젝트 열기: DarthFubuMVC/bottles

Private Properties

프로퍼티 타입 설명
bootstrap IApplicationLoader

공개 메소드들

메소드 설명
BottleServiceRuntime ( BottleServiceConfiguration configuration ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
bootstrap ( ) : IApplicationLoader

메소드 상세

BottleServiceRuntime() 공개 메소드

public BottleServiceRuntime ( BottleServiceConfiguration configuration ) : System
configuration BottleServiceConfiguration
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void