C# Class PokerServerManager.ServerManager

Show file Open project: qJake/planning-poker

Public Properties

Property Type Description
MachineName string
ServerLocation string
ServerName string

Public Methods

Method Description
ShutdownServer ( int pid ) : bool
StartServer ( string name, int port, string pass ) : void

Private Methods

Method Description
GetActiveServerList ( ) : List
ServerManager ( ) : System

Method Details

ShutdownServer() public static method

public static ShutdownServer ( int pid ) : bool
pid int
return bool

StartServer() public static method

public static StartServer ( string name, int port, string pass ) : void
name string
port int
pass string
return void

Property Details

MachineName public static property

public static string MachineName
return string

ServerLocation public static property

public static string ServerLocation
return string

ServerName public static property

public static string ServerName
return string