C# 클래스 EchoServer.Logic.ServerMain

파일 보기 프로젝트 열기: SyncZone/Examples

공개 메소드들

메소드 설명
GetActiveSessionCount ( ) : int
StartServer ( System ctrl ) : void
StopServer ( ) : void

메소드 상세

GetActiveSessionCount() 공개 정적인 메소드

public static GetActiveSessionCount ( ) : int
리턴 int

StartServer() 공개 정적인 메소드

public static StartServer ( System ctrl ) : void
ctrl System
리턴 void

StopServer() 공개 정적인 메소드

public static StopServer ( ) : void
리턴 void