C# Class SeaBattle.GameService

Inheritance: IGameService
Exibir arquivo Open project: sbannikov/csharpcroc

Public Methods

Method Description
GameService ( ) : System
Start ( ) : void

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

Protected Methods

Method Description
OnContinue ( ) : void
OnPause ( ) : void
OnStart ( Array args ) : void
OnStop ( ) : void

Private Methods

Method Description
Timer_Elapsed ( object sender, ElapsedEventArgs e ) : void

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

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

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

WriteException ( Exception ex ) : void

Method Details

GameService() public method

public GameService ( ) : System
return System

OnContinue() protected method

protected OnContinue ( ) : void
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnStart() protected method

protected OnStart ( Array args ) : void
args Array
return void

OnStop() protected method

protected OnStop ( ) : void
return void

Start() public method

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