C# Class Akane.Server

Afficher le fichier Open project: KNCT-KPC/Bungo Class Usage Examples

Méthodes publiques

Méthode Description
Server ( int port ) : System
callback ( IAsyncResult result ) : void
gameStart ( Form callback, string problem, string tokens, int id ) : void
gameStop ( ) : void
isRunnning ( ) : bool
stop ( ) : void

Method Details

Server() public méthode

public Server ( int port ) : System
port int
Résultat System

callback() public méthode

public callback ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

gameStart() public méthode

public gameStart ( Form callback, string problem, string tokens, int id ) : void
callback Form
problem string
tokens string
id int
Résultat void

gameStop() public méthode

public gameStop ( ) : void
Résultat void

isRunnning() public méthode

public isRunnning ( ) : bool
Résultat bool

stop() public méthode

public stop ( ) : void
Résultat void