C# Класс WaveBox.WaveBoxMain

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Restart() публичный Метод

Restart the WaveBox main
public Restart ( ) : void
Результат void

Start() публичный Метод

The main instance of WaveBox which runs the server. Creates necessary directories, initializes database and settings, and starts all associated services.
public Start ( ) : void
Результат void

Stop() публичный Метод

Stop the WaveBox main
public Stop ( ) : void
Результат void