C# Class SeaBattle.GameService

Inheritance: IGameService
Afficher le fichier Open project: sbannikov/csharpcroc

Méthodes publiques

Méthode Description
GameService ( ) : System
Start ( ) : void

Запуск сервиса вручную

Méthodes protégées

Méthode Description
OnContinue ( ) : void
OnPause ( ) : void
OnStart ( Array args ) : void
OnStop ( ) : void

Private Methods

Méthode Description
Timer_Elapsed ( object sender, ElapsedEventArgs e ) : void

Срабатывание таймера

WriteEvent ( string msg, EventLogEntryType type, EventID id ) : void

Протоколирование

WriteException ( Exception ex ) : void

Method Details

GameService() public méthode

public GameService ( ) : System
Résultat System

OnContinue() protected méthode

protected OnContinue ( ) : void
Résultat void

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( Array args ) : void
args Array
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

Start() public méthode

Запуск сервиса вручную
public Start ( ) : void
Résultat void