Share via


KeepAliveData Constructor (TimeSpan)

.NET Framework 4.5

Initializes a new instance of the KeepAliveData class.

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

Syntax

'Declaration
Public Sub New ( _
    timeout As TimeSpan _
)
'Usage
Dim timeout As TimeSpan 

Dim instance As New KeepAliveData(timeout)
public KeepAliveData(
    TimeSpan timeout
)
public:
KeepAliveData(
    TimeSpan timeout
)
new : 
        timeout:TimeSpan -> KeepAliveData
public function KeepAliveData(
    timeout : TimeSpan
)

Parameters

See Also

Reference

KeepAliveData Class

KeepAliveData Overload

Microsoft.AspNet.SignalR.Client Namespace