Ejemplo n.º 1
0
 public void AddNotifyMethod(string name, IRPCMethod method)
 {
     m_notifyMap.Add(name, method);
 }
Ejemplo n.º 2
0
 public void AddRequestMethod(string name, IRPCMethod method)
 {
     m_requestMap.Add(name, method);
 }