C# Class RPGGame.AuthServer.ServerMain

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: SyncZone/Examples

Méthodes publiques

Méthode Description
StartServer ( TextBox ctrl ) : void
StopServer ( ) : void

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Méthode Description
ServerMain ( ) : System

Method Details

OnStart() protected méthode

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

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

StartServer() public méthode

public StartServer ( TextBox ctrl ) : void
ctrl System.Windows.Forms.TextBox
Résultat void

StopServer() public méthode

public StopServer ( ) : void
Résultat void