C# 클래스 WaveBox.WaveBoxMain

파일 보기 프로젝트 열기: einsteinx2/WaveBox 1 사용 예제들

공개 메소드들

메소드 설명
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