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