C# 클래스 SagaGateway.Gateway

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 프로퍼티들

프로퍼티 타입 설명
lcfg GatewayConfig

공개 메소드들

메소드 설명
Init ( ) : void
ShutingDown ( object sender, ConsoleCancelEventArgs args ) : void

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

ShutingDown() 공개 정적인 메소드

public static ShutingDown ( object sender, ConsoleCancelEventArgs args ) : void
sender object
args System.ConsoleCancelEventArgs
리턴 void

프로퍼티 상세

lcfg 공개적으로 정적으로 프로퍼티

public static GatewayConfig lcfg
리턴 GatewayConfig