C# Class Service.Service.Services

Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
ConnectServiceInfo ( int id, IChannel channel ) : void
GetManagerProcessor ( ) : ManagerProcessor
NotifyJoinService ( int id, byte address, int port ) : void
SendTask ( Request request ) : void
Services ( ManagerProcessor managerProcessor, string name ) : Netronics.Channel.Channel

Private Methods

Method Description
GetSerivce ( int id, bool create = false ) : Service
GetTarget ( long uid ) : Service

Method Details

ConnectServiceInfo() public method

public ConnectServiceInfo ( int id, IChannel channel ) : void
id int
channel IChannel
return void

GetManagerProcessor() public method

public GetManagerProcessor ( ) : ManagerProcessor
return Service.Service.Manager.ManagerProcessor

NotifyJoinService() public method

public NotifyJoinService ( int id, byte address, int port ) : void
id int
address byte
port int
return void

SendTask() public method

public SendTask ( Request request ) : void
request Service.Service.Task.Request
return void

Services() public method

public Services ( ManagerProcessor managerProcessor, string name ) : Netronics.Channel.Channel
managerProcessor Service.Service.Manager.ManagerProcessor
name string
return Netronics.Channel.Channel