C# Class BogheApp.Services.Impl.Win32ServiceManager

Inheritance: BogheCore.Services.Impl.ServiceManager
Show file Open project: DoubangoTelecom/boghe

Public Methods

Method Description
BuildStoragePath ( String folder ) : String
Start ( ) : bool

Starts the manager

Stop ( ) : bool

Stops the manager

Win32ServiceManager ( ) : System

Method Details

BuildStoragePath() public method

public BuildStoragePath ( String folder ) : String
folder String
return String

Start() public method

Starts the manager
public Start ( ) : bool
return bool

Stop() public method

Stops the manager
public Stop ( ) : bool
return bool

Win32ServiceManager() public method

public Win32ServiceManager ( ) : System
return System