C# 클래스 Api.App_Start.NinjectWebCommon

파일 보기 프로젝트 열기: os2indberetning/os2_app_webapi

공개 메소드들

메소드 설명
Start ( ) : void

Starts the application

Stop ( ) : void

Stops the application.

비공개 메소드들

메소드 설명
CreateKernel ( ) : IKernel

Creates the kernel that will manage your application.

RegisterServices ( IKernel kernel ) : void

Load your modules or register your services here!

메소드 상세

Start() 공개 정적인 메소드

Starts the application
public static Start ( ) : void
리턴 void

Stop() 공개 정적인 메소드

Stops the application.
public static Stop ( ) : void
리턴 void