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

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

보호된 프로퍼티들

프로퍼티 타입 설명
InfoServer TSVCEO.CloudPrint.InfoServer.CloudPrintInfoServer
PrintProcessor IPrintJobProcessor
PrintProxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
Stopped System.Threading.ManualResetEvent

공개 메소드들

메소드 설명
GoogleCloudPrintProxyService ( ) : System
RunStandalone ( ) : void

보호된 메소드들

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

메소드 상세

GoogleCloudPrintProxyService() 공개 메소드

public GoogleCloudPrintProxyService ( ) : System
리턴 System

OnStart() 보호된 메소드

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

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

RunStandalone() 공개 메소드

public RunStandalone ( ) : void
리턴 void

프로퍼티 상세

InfoServer 보호되어 있는 프로퍼티

protected CloudPrintInfoServer,TSVCEO.CloudPrint.InfoServer InfoServer
리턴 TSVCEO.CloudPrint.InfoServer.CloudPrintInfoServer

PrintProcessor 보호되어 있는 프로퍼티

protected IPrintJobProcessor PrintProcessor
리턴 IPrintJobProcessor

PrintProxy 보호되어 있는 프로퍼티

protected CloudPrintProxy,TSVCEO.CloudPrint.Proxy PrintProxy
리턴 TSVCEO.CloudPrint.Proxy.CloudPrintProxy

Stopped 보호되어 있는 프로퍼티

protected ManualResetEvent,System.Threading Stopped
리턴 System.Threading.ManualResetEvent