TransportHeartbeat Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Represents the default implementation of ITransportHeartbeat.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The TransportHeartbeat type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddOrUpdateConnection | Adds a new connection to the list of tracked connections. |
![]() | Dispose() | Releases all resources used by the current instance of the TransportHeartbeat class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the TransportHeartbeat class and optionally releases the managed resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetConnections | Gets a list of connections being tracked. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MarkConnection | Marks an existing connection as active. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveConnection | Removes a connection from the list of tracked connections. |
![]() | ToString | (Inherited from Object.) |
Show:
