C# Class Tce.RpcMessageDispatcher

Afficher le fichier Open project: adoggie/TCE Class Usage Examples

Méthodes publiques

Méthode Description
RpcMessageDispatcher ( Client client, int thread_num = 1 ) : System
close ( ) : void
dispatchMsg ( RpcMessage m ) : void
join ( ) : void
open ( ) : bool

Private Methods

Méthode Description
threadMessageProcess ( ) : void

Method Details

RpcMessageDispatcher() public méthode

public RpcMessageDispatcher ( Client client, int thread_num = 1 ) : System
client Client
thread_num int
Résultat System

close() public méthode

public close ( ) : void
Résultat void

dispatchMsg() public méthode

public dispatchMsg ( RpcMessage m ) : void
m RpcMessage
Résultat void

join() public méthode

public join ( ) : void
Résultat void

open() public méthode

public open ( ) : bool
Résultat bool