C# Class WaveBox.WaveBoxMain

Afficher le fichier Open project: einsteinx2/WaveBox Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Restart the WaveBox main
public Restart ( ) : void
Résultat void

Start() public méthode

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

Stop() public méthode

Stop the WaveBox main
public Stop ( ) : void
Résultat void