C# Class Service.Manager.Service

Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
AddChannel ( IChannel channel ) : void
GetAddress ( ) : byte[][]
GetServiceName ( ) : string
NotifyJoinService ( Service service, Network network ) : void
Service ( Services services, int id, IEnumerable address, int port ) : System.Collections.Generic

Private Methods

Method Description
SendPacket ( dynamic packet ) : void

Method Details

AddChannel() public method

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

GetAddress() public method

public GetAddress ( ) : byte[][]
return byte[][]

GetServiceName() public method

public GetServiceName ( ) : string
return string

NotifyJoinService() public method

public NotifyJoinService ( Service service, Network network ) : void
service Service
network Network
return void

Service() public method

public Service ( Services services, int id, IEnumerable address, int port ) : System.Collections.Generic
services Services
id int
address IEnumerable
port int
return System.Collections.Generic