コード例 #1
0
 public async Task PublishNotification(IClientNotification notification)
 {
     await hubContext.PublishNotification(notification);
 }