C# Class Service.Service.Manager.ManagerProcessor

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

Méthodes publiques

Méthode 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

Méthode Description
Connect ( ) : bool
GetHost ( ) : string
GetIPAddress ( ) : List
Processing ( ) : void

Method Details

Call() public méthode

public Call ( long uid, Func func ) : void
uid long
func Func
Résultat void

ChangeMaxEntityId() public méthode

public ChangeMaxEntityId ( long value ) : void
value long
Résultat void

ChangeServiceId() public méthode

public ChangeServiceId ( int id ) : void
id int
Résultat void

ConnectServiceInfo() public méthode

public ConnectServiceInfo ( IChannel channel, string service, int id ) : void
channel IChannel
service string
id int
Résultat void

GetJoinServicePacket() public méthode

public GetJoinServicePacket ( ) : object
Résultat object

GetPort() public méthode

public GetPort ( ) : int
Résultat int

GetServiceId() public méthode

public GetServiceId ( ) : int
Résultat int

GetServiceLoader() public méthode

public GetServiceLoader ( ) : ServiceLoader
Résultat Service.Service.Loader.ServiceLoader

GetServices() public méthode

public GetServices ( string name ) : Services
name string
Résultat Services

LoadTask() public méthode

public LoadTask ( int type, Func func ) : void
type int
func Func
Résultat void

ManagerProcessor() public méthode

public ManagerProcessor ( ServiceLoader loader, string host ) : System
loader Service.Service.Loader.ServiceLoader
host string
Résultat System

NotifyJoinService() public méthode

public NotifyJoinService ( string service, int id, byte address, int port ) : void
service string
id int
address byte
port int
Résultat void