C# Class LazyCopy.Service.LazyCopyService

This service manages the LazyCopy FileSystem MiniFilter driver.
Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: aleksk/LazyCopy Class Usage Examples

Méthodes publiques

Méthode Description
Main ( ) : void

Entry point for this service.

Méthodes protégées

Méthode Description
OnStart ( string args ) : void

Service startup handler.

Private Methods

Méthode Description
ConfigureLogger ( ) : void
LazyCopyService ( ) : System

Initializes static members of the LazyCopyService class.

Method Details

Main() public static méthode

Entry point for this service.
public static Main ( ) : void
Résultat void

OnStart() protected méthode

Service startup handler.
protected OnStart ( string args ) : void
args string Service startup parameters.
Résultat void