C# 클래스 Tce.RpcMessageDispatcher

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

공개 메소드들

메소드 설명
RpcMessageDispatcher ( Client client, int thread_num = 1 ) : System
close ( ) : void
dispatchMsg ( RpcMessage m ) : void
join ( ) : void
open ( ) : bool

비공개 메소드들

메소드 설명
threadMessageProcess ( ) : void

메소드 상세

RpcMessageDispatcher() 공개 메소드

public RpcMessageDispatcher ( Client client, int thread_num = 1 ) : System
client Client
thread_num int
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

dispatchMsg() 공개 메소드

public dispatchMsg ( RpcMessage m ) : void
m RpcMessage
리턴 void

join() 공개 메소드

public join ( ) : void
리턴 void

open() 공개 메소드

public open ( ) : bool
리턴 bool