LongPollingTransport.LongPollDelay Property

.NET Framework 4

Gets or sets the number of milliseconds to tell the browser to wait before reestablishing a long poll connection after data is sent from the server. Defaults to 0.

Namespace:  Microsoft.AspNet.SignalR.Transports
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Shared Property LongPollDelay As Long 
    Get 
    Set
'Usage
Dim value As Long 

value = LongPollingTransport.LongPollDelay 

LongPollingTransport.LongPollDelay = value
public static long LongPollDelay { get; set; }
public:
static property long long LongPollDelay {
    long long get ();
    void set (long long value);
}
static member LongPollDelay : int64 with get, set
static function get LongPollDelay () : long 
static function set LongPollDelay (value : long)

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

LongPollingTransport Class

Microsoft.AspNet.SignalR.Transports Namespace