C# Class Service.Service.RemoteService

Inheritance: Service
Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

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

public AddChannel ( IChannel channel ) : void
channel IChannel
return void

AddNetwork() public method

public AddNetwork ( byte address, int port ) : void
address byte
port int
return void

GetServices() public method

public GetServices ( ) : Services
return Services

RemoteService() public method

public RemoteService ( Services services, int id ) : System.Collections.Generic
services Services
id int
return System.Collections.Generic