C# Class RavenFS.Server.HostingService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: hibernating-rhinos/RavenFS Class Usage Examples

Méthodes publiques

Méthode Description
DoStop ( ) : void
HostingService ( ) : System
Start ( ) : void

Méthodes protégées

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

Method Details

DoStop() public méthode

public DoStop ( ) : void
Résultat void

HostingService() public méthode

public HostingService ( ) : 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

Start() public méthode

public Start ( ) : void
Résultat void