C# Class FieldtripServicesControlerInterface, buffer_bci

Afficher le fichier Open project: jadref/buffer_bci Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static Initialize ( ) : void
Résultat void

StartPackage() public static méthode

public static StartPackage ( string package ) : void
package string
Résultat void

StartService() public static méthode

public static StartService ( string package, string service ) : void
package string
service string
Résultat void

StopService() public static méthode

public static StopService ( string package, string service ) : void
package string
service string
Résultat void

startClients() public static méthode

public static startClients ( ) : string
Résultat string

startServer() public static méthode

public static startServer ( ) : string
Résultat string

startServerApp() public static méthode

public static startServerApp ( ) : string
Résultat string

startThread() public static méthode

public static startThread ( String threadName ) : void
threadName String
Résultat void

startThread() public static méthode

public static startThread ( int threadID ) : void
threadID int
Résultat void

stopClients() public static méthode

public static stopClients ( ) : bool
Résultat bool

stopServer() public static méthode

public static stopServer ( ) : bool
Résultat bool

stopThread() public static méthode

public static stopThread ( String threadName ) : void
threadName String
Résultat void

stopThread() public static méthode

public static stopThread ( int threadID ) : void
threadID int
Résultat void