Share via


KeepAliveData.CheckInterval Property

.NET Framework 4.5

Gets or sets the time span to check the interval property.

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

Syntax

'Declaration
Public Property CheckInterval As TimeSpan 
    Get 
    Private Set
'Usage
Dim instance As KeepAliveData 
Dim value As TimeSpan 

value = instance.CheckInterval
public TimeSpan CheckInterval { get; private set; }
public:
property TimeSpan CheckInterval {
    TimeSpan get ();
    private: void set (TimeSpan value);
}
member CheckInterval : TimeSpan with get, private set
function get CheckInterval () : TimeSpan 
private function set CheckInterval (value : TimeSpan)

Property Value

Type: System.TimeSpan
The time span to check the interval property.

See Also

Reference

KeepAliveData Class

Microsoft.AspNet.SignalR.Client Namespace