ITransportHeartbeat Interface
Visual Studio 2010
.NET Framework 4 Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Manages tracking the state of connections.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ITransportHeartbeat type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddConnection | Adds a new connection to the list of tracked connections. |
![]() | GetConnections | Gets a list of connections being tracked. |
![]() | MarkConnection | Marks an existing connection as active. |
![]() | RemoveConnection | Removes a connection from the list of tracked connections. |
Show:
