C# 클래스 OpenStory.Services.Contracts.BootstrapperBase

Represents a base implementation of the IBootstrapper interface.
상속: IBootstrapper
파일 보기 프로젝트 열기: shoftee/OpenStory

공개 메소드들

메소드 설명
Start ( ) : void

보호된 메소드들

메소드 설명
BootstrapperBase ( IResolutionRoot resolutionRoot, ILogger logger ) : System

Initializes it all.

OnStarting ( ) : void

A hook to the middle of the public Start() method.

Implement this method for your custom bootstrapper logic.

메소드 상세

BootstrapperBase() 보호된 메소드

Initializes it all.
protected BootstrapperBase ( IResolutionRoot resolutionRoot, ILogger logger ) : System
resolutionRoot IResolutionRoot
logger ILogger
리턴 System

OnStarting() 보호된 추상적인 메소드

A hook to the middle of the public Start() method.
Implement this method for your custom bootstrapper logic.
protected abstract OnStarting ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void