Commit Graph

14 Commits (522fbd308f0febac7a747ef68520f90da0790647)

Author SHA1 Message Date
Scott Addie cb24febfda
Update author metadata fields to Tom (#7652)
Updates the `ms.author` and `author` metadata fields to Tom's user ID.
2018-07-16 15:09:39 -05:00
Scott Addie c82465de93
Update metadata for SignalR docs (#7118)
Addresses #6541 

Applies the metadata updates to the ASP.NET Core SignalR docs.
2018-06-18 16:05:13 -05:00
Rachel Appel 07c28f2a01
table fix (#6874) 2018-06-05 12:09:39 +02:00
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
Rachel Appel aeaad9941e
fix code highlight;add addtl links (#6329) 2018-05-10 13:18:47 +01:00
damienbod 9fb4d84b60 link fix for line 38 => services.AddSignalR(); (#6282) 2018-05-09 00:29:49 +01:00
Rick Anderson 88ec2d7c84
Remaing includes (#6263) 2018-05-07 13:45:26 -10:00
Andrew Stanton-Nurse 8003dbbaca Update existing SignalR Docs to RC1 (#6249)
* Update SignalR Getting Started to RC1

* update the rest of the docs

* remove unnecessary scripts

* nudge the ranges

* update Startup.cs
2018-05-07 09:17:28 -10:00
Luke Latham 8107a26c54 Small wording patch (#6218) 2018-05-04 12:53:13 -05:00
Rachel Appel 084cdbf3f0
added full code sample (#6158)
* added full code sample

* fix
2018-05-01 18:24:32 -04:00
Rachel Appel 60cd67e62d Added 2.1 preview include (#5946)
* added 2.1 preview note

* added 2.1 preview note

* change link

* path

* fix
2018-04-11 11:17:47 -10:00
Scott Addie 77354d0855 Designate SignalR docs as 2.1+ 2018-04-10 13:34:30 -05:00
Rachel Appel db2933cc79
Rachelap/hubs mod (#5838)
* code enhancement js

* code lines change
2018-03-30 14:39:53 +02:00
Rachel Appel dbf2bbda2f
SignalR Core Hubs (#5639) 2018-03-30 12:34:42 +02:00