* 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.
* Update azure-apps-preview-notice.md (#5857)
* Link to .NET Core CLI publish command doc (#5864)
* Link to .NET Core CLI publish command doc
* Verbiage tweak
* fix typo (#5866)
* Update intro.md (#5869)
`classnameID` (where `classname` is the name of the class, such as `Student`) as the primary key. In `classnameID`, `classname` is the name of the class, such as `Student` in
* Update view-components.md (#5872)
altering range of code displayed to remove hanging closing } and closing table tag
* C13511: Spaces should be replaced to avoid localization problems (#5871)
Hello, @rick-anderson,
Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.
Please, help to check my proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR.
Many thanks in advance.
* CI Update (#5878)
* Recommended language change (#5883)
* Updated with NET Core SDK 2.0 commands (#5886)
* Updated with NET Core SDK 2.0 commands
* Quick UE pass
* Prevent javascript injection. (#5885)
* Troubleshoot SDK warnings (#5880)
* WIP Troubleshoot SDK warnings
* Work
* work
* Address Gauntlet warning in ms.date value
* Adjust H2 title casing and spacing
* Quick UE pass
* Update Configuration doc to use double underscores instead of colons for hierarchical config keys (4968) (#5876)
* changes to configuration doc
* fixes for scott
* change for Dan
* Update index.md
* Code fence double underscore and add missing period
* Eliminate unnecessary sentence
* Missing npm task runner extension (#5893)
* Revert "Missing npm task runner extension (#5893)" (#5894)
This reverts commit a90faebff2.
* Note about task runner explorer option (#5895)
* Note about task runner explorer option
The gulp file has to be in the root directory or in the directory with package.json not in any subdirectory.
* verbiage tweaks
* added anchored link (#5896)