C# Class TSVCEO.CloudPrint.Service.GoogleCloudPrintProxyService

Inheritance: ServiceBase
Afficher le fichier Open project: klightspeed/CloudPrintProxy Class Usage Examples

Protected Properties

Свойство Type Description
InfoServer TSVCEO.CloudPrint.InfoServer.CloudPrintInfoServer
PrintProcessor IPrintJobProcessor
PrintProxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
Stopped System.Threading.ManualResetEvent

Méthodes publiques

Méthode Description
GoogleCloudPrintProxyService ( ) : System
RunStandalone ( ) : void

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

GoogleCloudPrintProxyService() public méthode

public GoogleCloudPrintProxyService ( ) : System
Résultat System

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

RunStandalone() public méthode

public RunStandalone ( ) : void
Résultat void

Property Details

InfoServer protected_oe property

protected CloudPrintInfoServer,TSVCEO.CloudPrint.InfoServer InfoServer
Résultat TSVCEO.CloudPrint.InfoServer.CloudPrintInfoServer

PrintProcessor protected_oe property

protected IPrintJobProcessor PrintProcessor
Résultat IPrintJobProcessor

PrintProxy protected_oe property

protected CloudPrintProxy,TSVCEO.CloudPrint.Proxy PrintProxy
Résultat TSVCEO.CloudPrint.Proxy.CloudPrintProxy

Stopped protected_oe property

protected ManualResetEvent,System.Threading Stopped
Résultat System.Threading.ManualResetEvent