AspNetCore.Docs/aspnetcore/signalr
CodeNotFound d3814fe891 Those methods are not defined at the Hub class (#6397)
* Those methods are not defined at the Hub class

The methods below aren't defined at the Hub class but accessible through Clients property like the first three properties (All, Caller, Others) :

| `AllExcept` | Calls a method on all connected clients except for the specified connections |
| `Client` | Calls a method on a specific connected client |
| `Clients` | Calls a method on specific connected clients |
| `Group` | Sends a message to all connections in the specified group  |
| `GroupExcept` | Sends a message to all connections in the specified group, except the specified connections |
| `Groups` | Sends a message to multiple groups of connections  |
| `OthersInGroup` | Sends a message to a group of connections, excluding the client that invoked the hub method  |
| `User` | Sends a message to all connections associated with a specific user |
| `Users` | Sends a message to all connections associated with the specified users |

So I think it might good to move all those methods description to the first table whic talk about `Clients` property.

* Update hubs.md

Revert to two tables but, for the second table, we specify where the methods come from `Hub.Clients` property.
2018-05-14 21:48:58 +01:00
..
get-started Update Index.cshtml (#6390) 2018-05-14 17:36:58 +01:00
hubs/sample Update existing SignalR Docs to RC1 (#6249) 2018-05-07 09:17:28 -10:00
javascript-client/sample Update existing SignalR Docs to RC1 (#6249) 2018-05-07 09:17:28 -10:00
publish-to-azure-web-app/_static Publish SignalR app to Azure Web App (#6011) 2018-04-26 11:37:05 -04:00
get-started.md UE edit 2018-05-11 11:18:22 -05:00
hubs.md Those methods are not defined at the Hub class (#6397) 2018-05-14 21:48:58 +01:00
index.md Add Publish to Azure link to SignalR index page (#6318) 2018-05-09 21:48:08 +01:00
introduction.md remove 2.1 preview notice include 2018-05-08 07:37:26 -05:00
javascript-client.md fix highlights (#6304) 2018-05-09 13:57:56 +01:00
publish-to-azure-web-app.md quick fix link (#6093) 2018-04-26 13:55:14 -04:00
supported-platforms.md ASPNET Core SignalR Supported platforms (#6021) 2018-04-19 12:50:31 -04:00