KeepAliveData Class

.NET Framework 4.5

Represents the class to store all the Keep Alive properties.

System::Object
  Microsoft.AspNet.SignalR.Client::KeepAliveData

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public ref class KeepAliveData

The KeepAliveData type exposes the following members.

  NameDescription
Public methodKeepAliveData(TimeSpan)Initializes a new instance of the KeepAliveData class.
Public methodKeepAliveData(DateTime, TimeSpan, TimeSpan, TimeSpan)Initializes a new instance of the KeepAliveData class.
Top

  NameDescription
Public propertyCheckIntervalGets or sets the time span to check the interval property.
Public propertyLastKeepAliveGets or sets the DateTime to store the last keep alive properties.
Public propertyTimeoutGets or sets the timeout of the KeepAliveData.
Public propertyTimeoutWarningGets or sets the timeout warning of the KeepAliveData.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: