Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4.5
Represents the class to store all the Keep Alive properties.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Client.KeepAliveData
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Class KeepAliveData
'Usage
Dim instance As KeepAliveData
public class KeepAliveData
public ref class KeepAliveData
type KeepAliveData = class end
public class KeepAliveData
The KeepAliveData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
KeepAliveData(TimeSpan) | Initializes a new instance of the KeepAliveData class. |
![]() |
KeepAliveData(DateTime, TimeSpan, TimeSpan, TimeSpan) | Initializes a new instance of the KeepAliveData class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CheckInterval | Gets or sets the time span to check the interval property. |
![]() |
LastKeepAlive | Gets or sets the DateTime to store the last keep alive properties. |
![]() |
Timeout | Gets or sets the timeout of the KeepAliveData. |
![]() |
TimeoutWarning | Gets or sets the timeout warning of the KeepAliveData. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.