C# Class ZeroInstall.Store.Service.StoreService

Represents a Windows service.
Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Méthode Description
StoreService ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
CreateStore ( ) : MarshalByRefObject

Creates the store to provide to clients as a service.

GetEntryType ( LogSeverity severity ) : EventLogEntryType?
LogHandler ( LogSeverity severity, string message ) : void

Writes NanoByte.Common.Log messages to the Windows Event Log.

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

StoreService() public méthode

public StoreService ( ) : System
Résultat System