C# Class ZeroInstall.Store.Service.StoreService

Represents a Windows service.
Inheritance: System.ServiceProcess.ServiceBase
ファイルを表示 Open project: 0install/0install-win

Public Methods

Method Description
StoreService ( ) : System

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method 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 method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

StoreService() public method

public StoreService ( ) : System
return System