C# 클래스 Service.Service.Manager.ManagerProcessor

파일 보기 프로젝트 열기: shlee322/Netronics 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Connect ( ) : bool
GetHost ( ) : string
GetIPAddress ( ) : List
Processing ( ) : void

메소드 상세

Call() 공개 메소드

public Call ( long uid, Func func ) : void
uid long
func Func
리턴 void

ChangeMaxEntityId() 공개 메소드

public ChangeMaxEntityId ( long value ) : void
value long
리턴 void

ChangeServiceId() 공개 메소드

public ChangeServiceId ( int id ) : void
id int
리턴 void

ConnectServiceInfo() 공개 메소드

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

GetJoinServicePacket() 공개 메소드

public GetJoinServicePacket ( ) : object
리턴 object

GetPort() 공개 메소드

public GetPort ( ) : int
리턴 int

GetServiceId() 공개 메소드

public GetServiceId ( ) : int
리턴 int

GetServiceLoader() 공개 메소드

public GetServiceLoader ( ) : ServiceLoader
리턴 Service.Service.Loader.ServiceLoader

GetServices() 공개 메소드

public GetServices ( string name ) : Services
name string
리턴 Services

LoadTask() 공개 메소드

public LoadTask ( int type, Func func ) : void
type int
func Func
리턴 void

ManagerProcessor() 공개 메소드

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

NotifyJoinService() 공개 메소드

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