C# Class SagaGateway.Gateway

Mostra file Open project: Willyham/SagaRO2

Public Properties

Property Type Description
lcfg GatewayConfig

Public Methods

Method Description
Init ( ) : void
ShutingDown ( object sender, ConsoleCancelEventArgs args ) : void

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

ShutingDown() public static method

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

Property Details

lcfg public_oe static_oe property

public static GatewayConfig lcfg
return GatewayConfig