C# 클래스 WinRightGrid.Program

파일 보기 프로젝트 열기: rs-services/RightGridWindowsImplementation

공개 메소드들

메소드 설명
Main ( string args ) : void
Run ( ) : void
gen_finished_message ( int job_id, string output_file, string created_at ) : void
shutdown_system ( ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void

gen_finished_message() 공개 정적인 메소드

public static gen_finished_message ( int job_id, string output_file, string created_at ) : void
job_id int
output_file string
created_at string
리턴 void

shutdown_system() 공개 정적인 메소드

public static shutdown_system ( ) : void
리턴 void