C# Class TSVCEO.CloudPrint.Service.GoogleCloudPrintProxyService

Inheritance: ServiceBase
Datei anzeigen Open project: klightspeed/CloudPrintProxy Class Usage Examples

Protected Properties

Property Type Description
InfoServer TSVCEO.CloudPrint.InfoServer.CloudPrintInfoServer
PrintProcessor IPrintJobProcessor
PrintProxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
Stopped System.Threading.ManualResetEvent

Public Methods

Method Description
GoogleCloudPrintProxyService ( ) : System
RunStandalone ( ) : void

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

GoogleCloudPrintProxyService() public method

public GoogleCloudPrintProxyService ( ) : System
return System

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

RunStandalone() public method

public RunStandalone ( ) : void
return void

Property Details

InfoServer protected_oe property

protected CloudPrintInfoServer,TSVCEO.CloudPrint.InfoServer InfoServer
return TSVCEO.CloudPrint.InfoServer.CloudPrintInfoServer

PrintProcessor protected_oe property

protected IPrintJobProcessor PrintProcessor
return IPrintJobProcessor

PrintProxy protected_oe property

protected CloudPrintProxy,TSVCEO.CloudPrint.Proxy PrintProxy
return TSVCEO.CloudPrint.Proxy.CloudPrintProxy

Stopped protected_oe property

protected ManualResetEvent,System.Threading Stopped
return System.Threading.ManualResetEvent