C# Class WaveBox.WaveBoxMain

Exibir arquivo Open project: einsteinx2/WaveBox Class Usage Examples

Public Methods

Method Description
Restart ( ) : void

Restart the WaveBox main

Start ( ) : void

The main instance of WaveBox which runs the server. Creates necessary directories, initializes database and settings, and starts all associated services.

Stop ( ) : void

Stop the WaveBox main

Method Details

Restart() public method

Restart the WaveBox main
public Restart ( ) : void
return void

Start() public method

The main instance of WaveBox which runs the server. Creates necessary directories, initializes database and settings, and starts all associated services.
public Start ( ) : void
return void

Stop() public method

Stop the WaveBox main
public Stop ( ) : void
return void