Example #1
0
 public override async ETTask C2R_PingHandler(Session session, C2R_Ping request, R2C_Ping response, Action reply)
 {
     reply();
     await ETTask.CompletedTask;
 }
Example #2
0
 public virtual async ETTask C2R_PingHandler(ETModel.Session session, C2R_Ping request, R2C_Ping response, Action reply)
 {
 }