C# 클래스 TimelapseAppService.Executor

파일 보기 프로젝트 열기: evercam/Timelapse

공개 프로퍼티들

프로퍼티 타입 설명
TimelapserExePath string

공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Execute ( ) : void
StopExecution ( ) : void

보호된 메소드들

메소드 설명
CopyTimelapser ( int id ) : string
Shutdown ( string param ) : void
isCreatedHls ( Timelapse timelapse, string camera_exid ) : bool

비공개 메소드들

메소드 설명
CheckStartDeletion ( ) : void
StartTimelapser ( Timelapse timelapse ) : void

메소드 상세

CopyTimelapser() 보호된 메소드

protected CopyTimelapser ( int id ) : string
id int
리턴 string

CurrentDomain_UnhandledException() 공개 메소드

public CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Shutdown() 보호된 메소드

protected Shutdown ( string param ) : void
param string
리턴 void

StopExecution() 공개 메소드

public StopExecution ( ) : void
리턴 void

isCreatedHls() 보호된 메소드

protected isCreatedHls ( Timelapse timelapse, string camera_exid ) : bool
timelapse BLL.Entities.Timelapse
camera_exid string
리턴 bool

프로퍼티 상세

TimelapserExePath 공개적으로 프로퍼티

public string TimelapserExePath
리턴 string