C# 클래스 Launcher.App

Interaction logic for App.xaml
상속: System.Windows.Application
파일 보기 프로젝트 열기: decred/Paymetheus 1 사용 예제들

공개 메소드들

메소드 설명
App ( ) : Launcher.ViewModels
ExitIfFailed ( Task t ) : void
LaunchConcensusServer ( AnonymousPipeServerStream &rx, AnonymousPipeServerStream &tx ) : void
LaunchPaymetheus ( ) : void

비공개 메소드들

메소드 설명
Application_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
CleanShutdown ( ) : void
SignalConsensusServerShutdown ( ) : void
UncleanShutdown ( ) : void

메소드 상세

App() 공개 메소드

public App ( ) : Launcher.ViewModels
리턴 Launcher.ViewModels

ExitIfFailed() 공개 메소드

public ExitIfFailed ( Task t ) : void
t Task
리턴 void

LaunchConcensusServer() 공개 메소드

public LaunchConcensusServer ( AnonymousPipeServerStream &rx, AnonymousPipeServerStream &tx ) : void
rx System.IO.Pipes.AnonymousPipeServerStream
tx System.IO.Pipes.AnonymousPipeServerStream
리턴 void

LaunchPaymetheus() 공개 메소드

public LaunchPaymetheus ( ) : void
리턴 void