예제 #1
0
 public async Task <bool> SendOpenOrderUserUpdate(NotifyOpenOrderUserUpdate notification)
 {
     return(await SendOpenOrderUserUpdate(new List <NotifyOpenOrderUserUpdate> {
         notification
     }));
 }
예제 #2
0
 public async Task OnOpenOrderUserUpdate(NotifyOpenOrderUserUpdate notification)
 {
     await Clients.User(notification.UserId).OnOpenOrderUserUpdate(notification);
 }