C# 클래스 FieldtripServicesControlerInterface, buffer_bci

파일 보기 프로젝트 열기: jadref/buffer_bci 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void
StartPackage ( string package ) : void
StartService ( string package, string service ) : void
StopService ( string package, string service ) : void
startClients ( ) : string
startServer ( ) : string
startServerApp ( ) : string
startThread ( String threadName ) : void
startThread ( int threadID ) : void
stopClients ( ) : bool
stopServer ( ) : bool
stopThread ( String threadName ) : void
stopThread ( int threadID ) : void

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

StartPackage() 공개 정적인 메소드

public static StartPackage ( string package ) : void
package string
리턴 void

StartService() 공개 정적인 메소드

public static StartService ( string package, string service ) : void
package string
service string
리턴 void

StopService() 공개 정적인 메소드

public static StopService ( string package, string service ) : void
package string
service string
리턴 void

startClients() 공개 정적인 메소드

public static startClients ( ) : string
리턴 string

startServer() 공개 정적인 메소드

public static startServer ( ) : string
리턴 string

startServerApp() 공개 정적인 메소드

public static startServerApp ( ) : string
리턴 string

startThread() 공개 정적인 메소드

public static startThread ( String threadName ) : void
threadName String
리턴 void

startThread() 공개 정적인 메소드

public static startThread ( int threadID ) : void
threadID int
리턴 void

stopClients() 공개 정적인 메소드

public static stopClients ( ) : bool
리턴 bool

stopServer() 공개 정적인 메소드

public static stopServer ( ) : bool
리턴 bool

stopThread() 공개 정적인 메소드

public static stopThread ( String threadName ) : void
threadName String
리턴 void

stopThread() 공개 정적인 메소드

public static stopThread ( int threadID ) : void
threadID int
리턴 void