C# Class GameRevision.GW2Emu.GameServer.GameServerApp

Afficher le fichier Open project: puppt/GW2Emu Class Usage Examples

Méthodes publiques

Méthode Description
GameServerApp ( ) : System
NewClientHandler ( object sender, NewClientEventArgs e ) : void

New client event handler. This is triggered by the network layer.

Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
RegisterHandlers ( ) : void

Method Details

GameServerApp() public méthode

public GameServerApp ( ) : System
Résultat System

NewClientHandler() public méthode

New client event handler. This is triggered by the network layer.
public NewClientHandler ( object sender, NewClientEventArgs e ) : void
sender object
e GameRevision.GW2Emu.Common.Network.NewClientEventArgs
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void