C# 클래스 Platform.Application

Helper class to manage application lifetime explicitly, when it runs as console application
파일 보기 프로젝트 열기: Lokad/lokad-data-platform

공개 메소드들

메소드 설명
Exit ( ExitCode exitCode, string reason ) : void
Start ( Action exitAction ) : void

메소드 상세

Exit() 공개 정적인 메소드

public static Exit ( ExitCode exitCode, string reason ) : void
exitCode ExitCode
reason string
리턴 void

Start() 공개 정적인 메소드

public static Start ( Action exitAction ) : void
exitAction Action
리턴 void