C# 클래스 KonfDBHost.KonfDBH

상속: System.ServiceProcess.ServiceBase
파일 보기 프로젝트 열기: punitganshani/KonfDB 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthenticationToken string

공개 메소드들

메소드 설명
KonfDBH ( IArguments arguments ) : System

보호된 메소드들

메소드 설명
OnStart ( string args ) : void
OnStop ( ) : void

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
InitializeComponent ( ) : void
RunInBackground ( ) : void

메소드 상세

KonfDBH() 공개 메소드

public KonfDBH ( IArguments arguments ) : System
arguments IArguments
리턴 System

OnStart() 보호된 메소드

protected OnStart ( string args ) : void
args string
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

프로퍼티 상세

AuthenticationToken 공개적으로 프로퍼티

public string AuthenticationToken
리턴 string