Share via


KeepAliveData Class

.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
Public method KeepAliveData(TimeSpan) Initializes a new instance of the KeepAliveData class.
Public method KeepAliveData(DateTime, TimeSpan, TimeSpan, TimeSpan) Initializes a new instance of the KeepAliveData class.

Top

Properties

  Name Description
Public property CheckInterval Gets or sets the time span to check the interval property.
Public property LastKeepAlive Gets or sets the DateTime to store the last keep alive properties.
Public property Timeout Gets or sets the timeout of the KeepAliveData.
Public property TimeoutWarning Gets or sets the timeout warning of the KeepAliveData.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AspNet.SignalR.Client Namespace