C# Class TSVCEO.CloudPrint.InfoServer.AuthServiceRegistration

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

Protected Properties

Свойство Type Description
AuthRegistrationTimer System.Threading.Timer
PrintProxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
PrinterRegistrationTimes DateTime>.Dictionary

Méthodes publiques

Méthode Description
AuthServiceRegistration ( CloudPrintProxy proxy ) : System
Start ( ) : void

Méthodes protégées

Méthode Description
RegisterAuthService ( object state ) : void

Method Details

AuthServiceRegistration() public méthode

public AuthServiceRegistration ( CloudPrintProxy proxy ) : System
proxy TSVCEO.CloudPrint.Proxy.CloudPrintProxy
Résultat System

RegisterAuthService() protected méthode

protected RegisterAuthService ( object state ) : void
state object
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

AuthRegistrationTimer protected_oe property

protected Timer,System.Threading AuthRegistrationTimer
Résultat System.Threading.Timer

PrintProxy protected_oe property

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

PrinterRegistrationTimes protected_oe property

protected Dictionary PrinterRegistrationTimes
Résultat DateTime>.Dictionary