C# 클래스 Abc.Zebus.TinyHost.Tests.HostTests.TestHostInitializer

상속: Abc.Zebus.Hosting.HostInitializer
파일 보기 프로젝트 열기: Abc-Arbitrage/Zebus.TinyHost

공개 메소드들

메소드 설명
AfterStart ( ) : void
AfterStop ( ) : void
BeforeStart ( ) : void
BeforeStop ( ) : void
ConfigureContainer ( IContainer container ) : void
TestHostInitializer ( Counter counter ) : System

메소드 상세

AfterStart() 공개 메소드

public AfterStart ( ) : void
리턴 void

AfterStop() 공개 메소드

public AfterStop ( ) : void
리턴 void

BeforeStart() 공개 메소드

public BeforeStart ( ) : void
리턴 void

BeforeStop() 공개 메소드

public BeforeStop ( ) : void
리턴 void

ConfigureContainer() 공개 메소드

public ConfigureContainer ( IContainer container ) : void
container IContainer
리턴 void

TestHostInitializer() 공개 메소드

public TestHostInitializer ( Counter counter ) : System
counter Counter
리턴 System