C# 클래스 TSVCEO.CloudPrint.Service.ServiceBase

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

공개 메소드들

메소드 설명
Install ( ) : void
Run ( ) : int
RunService ( ) : void
RunStandalone ( ) : void
ServiceBase ( ) : System
Uninstall ( ) : void

비공개 메소드들

메소드 설명
IsOverriden ( Delegate action ) : bool
IsOverriden ( MethodInfo method ) : bool

메소드 상세

Install() 공개 메소드

public Install ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : int
리턴 int

RunService() 공개 메소드

public RunService ( ) : void
리턴 void

RunStandalone() 공개 추상적인 메소드

public abstract RunStandalone ( ) : void
리턴 void

ServiceBase() 공개 메소드

public ServiceBase ( ) : System
리턴 System

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void