d3814fe891
* 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. |
||
---|---|---|
.. | ||
get-started | ||
hubs/sample | ||
javascript-client/sample | ||
publish-to-azure-web-app/_static | ||
get-started.md | ||
hubs.md | ||
index.md | ||
introduction.md | ||
javascript-client.md | ||
publish-to-azure-web-app.md | ||
supported-platforms.md |