C# Class Service.Service.RemoteService

Inheritance: Service
Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode Description
AddChannel ( IChannel channel ) : void
AddNetwork ( byte address, int port ) : void
GetServices ( ) : Services
RemoteService ( Services services, int id ) : System.Collections.Generic

Method Details

AddChannel() public méthode

public AddChannel ( IChannel channel ) : void
channel IChannel
Résultat void

AddNetwork() public méthode

public AddNetwork ( byte address, int port ) : void
address byte
port int
Résultat void

GetServices() public méthode

public GetServices ( ) : Services
Résultat Services

RemoteService() public méthode

public RemoteService ( Services services, int id ) : System.Collections.Generic
services Services
id int
Résultat System.Collections.Generic