C# 클래스 Topshelf.Runtime.Linux.LinuxServiceHost

상속: Host, HostControl, IDisposable
파일 보기 프로젝트 열기: AlexMAS/Topshelf.Unix

공개 메소드들

메소드 설명
Dispose ( ) : void
HostControl ( ) : void
HostControl ( System.TimeSpan timeRemaining ) : void
LinuxServiceHost ( HostSettings settings, ServiceHandle serviceHandle ) : System
Run ( ) : TopshelfExitCode

비공개 메소드들

메소드 설명
CatchUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
SetStopSignal ( ) : void
StartService ( ) : void
StopService ( ) : void
WaitStopSignal ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HostControl() 공개 메소드

public HostControl ( ) : void
리턴 void

HostControl() 공개 메소드

public HostControl ( System.TimeSpan timeRemaining ) : void
timeRemaining System.TimeSpan
리턴 void

LinuxServiceHost() 공개 메소드

public LinuxServiceHost ( HostSettings settings, ServiceHandle serviceHandle ) : System
settings HostSettings
serviceHandle ServiceHandle
리턴 System

Run() 공개 메소드

public Run ( ) : TopshelfExitCode
리턴 TopshelfExitCode