PersistentResponse.LongPollDelay Property
.NET Framework 4
Gets or sets the time the long polling client should wait before reestablishing a connection if no data is received.
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property LongPollDelay As Nullable(Of Long)
Get
Set
'Usage
Dim instance As PersistentResponse
Dim value As Nullable(Of Long)
value = instance.LongPollDelay
instance.LongPollDelay = value
public Nullable<long> LongPollDelay { get; set; }
public:
property Nullable<long long> LongPollDelay {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member LongPollDelay : Nullable<int64> with get, set
function get LongPollDelay () : Nullable<long>
function set LongPollDelay (value : Nullable<long>)
Property Value
Type: System.Nullable<Int64>
The time the long polling client should wait before reestablishing a connection if no data is received.