C# Class PokerServerManager.ServerManager

Afficher le fichier Open project: qJake/planning-poker

Méthodes publiques

Свойство Type Description
MachineName string
ServerLocation string
ServerName string

Méthodes publiques

Méthode Description
ShutdownServer ( int pid ) : bool
StartServer ( string name, int port, string pass ) : void

Private Methods

Méthode Description
GetActiveServerList ( ) : List
ServerManager ( ) : System

Method Details

ShutdownServer() public static méthode

public static ShutdownServer ( int pid ) : bool
pid int
Résultat bool

StartServer() public static méthode

public static StartServer ( string name, int port, string pass ) : void
name string
port int
pass string
Résultat void

Property Details

MachineName public_oe static_oe property

public static string MachineName
Résultat string

ServerLocation public_oe static_oe property

public static string ServerLocation
Résultat string

ServerName public_oe static_oe property

public static string ServerName
Résultat string