C# Class Org.IdentityConnectors.Framework.Service.Service

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode Description
DumpRequests ( ) : void
Service ( ) : System
StartService ( string args ) : void
StopService ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnStart ( string args ) : void

Start this service.

OnStop ( ) : void

Stop this service.

Private Methods

Méthode Description
GetApplicationSettings ( ) : NameValueCollection
GetCertificate ( ) : X509Certificate
initializeCurrentDirectory ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DumpRequests() public méthode

public DumpRequests ( ) : void
Résultat void

OnStart() protected méthode

Start this service.
protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

Stop this service.
protected OnStop ( ) : void
Résultat void

Service() public méthode

public Service ( ) : System
Résultat System

StartService() public méthode

public StartService ( string args ) : void
args string
Résultat void

StopService() public méthode

public StopService ( ) : void
Résultat void