C# Class Service.Service.Manager.ManagerProcessor

Mostrar archivo Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
Call ( long uid, Func func ) : void
ChangeMaxEntityId ( long value ) : void
ChangeServiceId ( int id ) : void
ConnectServiceInfo ( IChannel channel, string service, int id ) : void
GetJoinServicePacket ( ) : object
GetPort ( ) : int
GetServiceId ( ) : int
GetServiceLoader ( ) : ServiceLoader
GetServices ( string name ) : Services
LoadTask ( int type, Func func ) : void
ManagerProcessor ( ServiceLoader loader, string host ) : System
NotifyJoinService ( string service, int id, byte address, int port ) : void

Private Methods

Method Description
Connect ( ) : bool
GetHost ( ) : string
GetIPAddress ( ) : List
Processing ( ) : void

Method Details

Call() public method

public Call ( long uid, Func func ) : void
uid long
func Func
return void

ChangeMaxEntityId() public method

public ChangeMaxEntityId ( long value ) : void
value long
return void

ChangeServiceId() public method

public ChangeServiceId ( int id ) : void
id int
return void

ConnectServiceInfo() public method

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

GetJoinServicePacket() public method

public GetJoinServicePacket ( ) : object
return object

GetPort() public method

public GetPort ( ) : int
return int

GetServiceId() public method

public GetServiceId ( ) : int
return int

GetServiceLoader() public method

public GetServiceLoader ( ) : ServiceLoader
return Service.Service.Loader.ServiceLoader

GetServices() public method

public GetServices ( string name ) : Services
name string
return Services

LoadTask() public method

public LoadTask ( int type, Func func ) : void
type int
func Func
return void

ManagerProcessor() public method

public ManagerProcessor ( ServiceLoader loader, string host ) : System
loader Service.Service.Loader.ServiceLoader
host string
return System

NotifyJoinService() public method

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