C# Class CodeImp.Gluon.RemoteManager

Afficher le fichier Open project: DieterKoblenz/LCARS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProcessCommand ( RemoteCommand cmd ) : void
RegisterService ( RemoteService svc ) : void
RemoteManager ( ) : System
UnregisterService ( RemoteService svc ) : void

Private Methods

Méthode Description
DisconnectClient ( RemoteClient rc, string message ) : void
ProcessingThread ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( RemoteCommand cmd ) : void
cmd RemoteCommand
Résultat void

RegisterService() public méthode

public RegisterService ( RemoteService svc ) : void
svc RemoteService
Résultat void

RemoteManager() public méthode

public RemoteManager ( ) : System
Résultat System

UnregisterService() public méthode

public UnregisterService ( RemoteService svc ) : void
svc RemoteService
Résultat void