Exemplo n.º 1
0
 public Task SendConnectionsAsync()
 {
     return(_hubLifetimeManager.SendConnectionsAsync(_subsetConnectionIds, "MethodName", Array.Empty <object>()));
 }