コード例 #1
0
 public void SendNotification <T>(string method, T @params) => ResponseRouter.SendNotification(method, @params);
コード例 #2
0
 public void SendNotification(IRequest @params) => ResponseRouter.SendNotification(@params);
コード例 #3
0
 public void SendNotification(string method) => ResponseRouter.SendNotification(method);