C# 클래스 Platform.Node.NodeEntryPoint

Serves as an execution entry point for the data platform server
파일 보기 프로젝트 열기: Lokad/lokad-data-platform 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Log ILogger

공개 메소드들

메소드 설명
NodeEntryPoint ( QueuedHandler handler, ManualResetEventSlim exitWait ) : System
RequestServiceStop ( ) : void
RequestServiceStopIn ( int timeout ) : void
StartWithOptions ( NodeOptions options, Action termination ) : NodeEntryPoint
WaitForServiceToExit ( int seconds ) : bool
WaitForServiceToExit ( ) : void

비공개 메소드들

메소드 설명
NodeEntryPoint ( ) : System

메소드 상세

NodeEntryPoint() 공개 메소드

public NodeEntryPoint ( QueuedHandler handler, ManualResetEventSlim exitWait ) : System
handler QueuedHandler
exitWait System.Threading.ManualResetEventSlim
리턴 System

RequestServiceStop() 공개 메소드

public RequestServiceStop ( ) : void
리턴 void

RequestServiceStopIn() 공개 메소드

public RequestServiceStopIn ( int timeout ) : void
timeout int
리턴 void

StartWithOptions() 공개 정적인 메소드

public static StartWithOptions ( NodeOptions options, Action termination ) : NodeEntryPoint
options NodeOptions
termination Action
리턴 NodeEntryPoint

WaitForServiceToExit() 공개 메소드

public WaitForServiceToExit ( int seconds ) : bool
seconds int
리턴 bool

WaitForServiceToExit() 공개 메소드

public WaitForServiceToExit ( ) : void
리턴 void

프로퍼티 상세

Log 공개적으로 정적으로 프로퍼티

public static ILogger Log
리턴 ILogger