C# Class Amoeba.ServiceManager

Inheritance: Library.ManagerBase
Datei anzeigen Open project: Alliance-Network/Amoeba Class Usage Examples

Public Methods

Method Description
ServiceManager ( ) : System
Startup ( string args ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Config ( ) : System
GetUniqueFilePath ( string path ) : string
GetUniqueFileStream ( string path ) : UnbufferedFileStream
ShutdownProcesses ( ) : void
StartupProcesses ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ServiceManager() public method

public ServiceManager ( ) : System
return System

Startup() public method

public Startup ( string args ) : bool
args string
return bool