IConnectionTracker interface
Tracks connected SignalR clients for the Kestrun hub.
public interface IConnectionTracker
Members
| name | description |
|---|---|
| ConnectedCount { get; } | Gets the current number of connected clients. |
| GetConnections() | Returns a snapshot of current connection identifiers. |
| OnConnected(…) | Records a new connection. |
| OnDisconnected(…) | Records a disconnection. |
See Also
- namespace Kestrun.SignalR