C# Class TSVCEO.CloudPrint.InfoServer.AuthServiceRegistration

Mostra file Open project: klightspeed/CloudPrintProxy Class Usage Examples

Protected Properties

Property Type Description
AuthRegistrationTimer System.Threading.Timer
PrintProxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
PrinterRegistrationTimes DateTime>.Dictionary

Public Methods

Method Description
AuthServiceRegistration ( CloudPrintProxy proxy ) : System
Start ( ) : void

Protected Methods

Method Description
RegisterAuthService ( object state ) : void

Method Details

AuthServiceRegistration() public method

public AuthServiceRegistration ( CloudPrintProxy proxy ) : System
proxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
return System

RegisterAuthService() protected method

protected RegisterAuthService ( object state ) : void
state object
return void

Start() public method

public Start ( ) : void
return void

Property Details

AuthRegistrationTimer protected_oe property

protected Timer,System.Threading AuthRegistrationTimer
return System.Threading.Timer

PrintProxy protected_oe property

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

PrinterRegistrationTimes protected_oe property

protected Dictionary PrinterRegistrationTimes
return DateTime>.Dictionary