C# Class FieldtripServicesControlerInterface, buffer_bci

Datei anzeigen Open project: jadref/buffer_bci Class Usage Examples

Public Methods

Method Description
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

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

StartPackage() public static method

public static StartPackage ( string package ) : void
package string
return void

StartService() public static method

public static StartService ( string package, string service ) : void
package string
service string
return void

StopService() public static method

public static StopService ( string package, string service ) : void
package string
service string
return void

startClients() public static method

public static startClients ( ) : string
return string

startServer() public static method

public static startServer ( ) : string
return string

startServerApp() public static method

public static startServerApp ( ) : string
return string

startThread() public static method

public static startThread ( String threadName ) : void
threadName String
return void

startThread() public static method

public static startThread ( int threadID ) : void
threadID int
return void

stopClients() public static method

public static stopClients ( ) : bool
return bool

stopServer() public static method

public static stopServer ( ) : bool
return bool

stopThread() public static method

public static stopThread ( String threadName ) : void
threadName String
return void

stopThread() public static method

public static stopThread ( int threadID ) : void
threadID int
return void