Esempio n. 1
0
 public virtual int Act(string type, byte[] data, Action <ActResult> handler, HandlerThreadMode htm)
 {
     throw new NotSupportedException();
 }
Esempio n. 2
0
 public virtual void Srv(string type, Func <string, byte[], byte[]> handler, HandlerThreadMode htm)
 {
     throw new NotSupportedException();
 }
Esempio n. 3
0
 public virtual void Sub(string type, string publisher, Action <byte[]> handler, HandlerThreadMode htm)
 {
     throw new NotSupportedException();
 }