Esempio n. 1
0
 public async Task <bool> SendTradeUserHistoryUpdate(NotifyTradeUserHistoryUpdate notification)
 {
     return(await SendTradeUserHistoryUpdate(new List <NotifyTradeUserHistoryUpdate> {
         notification
     }));
 }
Esempio n. 2
0
 public async Task OnTradeUserHistoryUpdate(NotifyTradeUserHistoryUpdate notification)
 {
     await Clients.User(notification.UserId).OnTradeUserHistoryUpdate(notification);
 }