示例#1
0
 public Task Send(string channel, object data)
 {
     return(hubContext.Send(channel, data));
 }