C# Class Alphashack.Graphdat.Agent.SqlTrace.SqlTraceService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: alphashack/NET_graphdat Class Usage Examples

Méthodes publiques

Méthode Description
SqlTraceService ( ) : System
WorkerStopping ( object sender, StoppingEventArgs e ) : void

Méthodes protégées

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

Private Methods

Méthode Description
GetWorkDir ( ) : string

Method Details

OnStart() protected méthode

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

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

SqlTraceService() public méthode

public SqlTraceService ( ) : System
Résultat System

WorkerStopping() public méthode

public WorkerStopping ( object sender, StoppingEventArgs e ) : void
sender object
e StoppingEventArgs
Résultat void