C# Class PokerServerManager.ServerManager

Mostrar archivo 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_oe static_oe property

public static string MachineName
return string

ServerLocation public_oe static_oe property

public static string ServerLocation
return string

ServerName public_oe static_oe property

public static string ServerName
return string