TransportHeartbeat Class
.NET Framework 4
Default implementation of ITransportHeartbeat .
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Transports.TransportHeartbeat
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class TransportHeartbeat _
Implements ITransportHeartbeat, IDisposable
'Usage
Dim instance As TransportHeartbeat
public class TransportHeartbeat : ITransportHeartbeat,
IDisposable
public ref class TransportHeartbeat : ITransportHeartbeat,
IDisposable
type TransportHeartbeat =
class
interface ITransportHeartbeat
interface IDisposable
end
public class TransportHeartbeat implements ITransportHeartbeat, IDisposable
The TransportHeartbeat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TransportHeartbeat | Initializes and instance of the TransportHeartbeat class. |
Top
Methods
Name | Description | |
---|---|---|
AddConnection | Adds a new connection to the list of tracked connections. | |
Dispose() | ||
Dispose(Boolean) | ||
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.