C# 클래스 PokerServerManager.ServerManager

파일 보기 프로젝트 열기: qJake/planning-poker

공개 프로퍼티들

프로퍼티 타입 설명
MachineName string
ServerLocation string
ServerName string

공개 메소드들

메소드 설명
ShutdownServer ( int pid ) : bool
StartServer ( string name, int port, string pass ) : void

비공개 메소드들

메소드 설명
GetActiveServerList ( ) : List
ServerManager ( ) : System

메소드 상세

ShutdownServer() 공개 정적인 메소드

public static ShutdownServer ( int pid ) : bool
pid int
리턴 bool

StartServer() 공개 정적인 메소드

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

프로퍼티 상세

MachineName 공개적으로 정적으로 프로퍼티

public static string MachineName
리턴 string

ServerLocation 공개적으로 정적으로 프로퍼티

public static string ServerLocation
리턴 string

ServerName 공개적으로 정적으로 프로퍼티

public static string ServerName
리턴 string