IConfigurationManager.LongPollDelay Property

.NET Framework 4.5

Gets or sets a TimeSpan representing tell the client to wait before restablishing a long poll connection after data is sent from the server. The default value is 0.

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

Syntax

'Declaration
Property LongPollDelay As TimeSpan 
    Get 
    Set
'Usage
Dim instance As IConfigurationManager 
Dim value As TimeSpan 

value = instance.LongPollDelay

instance.LongPollDelay = value
TimeSpan LongPollDelay { get; set; }
property TimeSpan LongPollDelay {
    TimeSpan get ();
    void set (TimeSpan value);
}
abstract LongPollDelay : TimeSpan with get, set
function get LongPollDelay () : TimeSpan 
function set LongPollDelay (value : TimeSpan)

Property Value

Type: System.TimeSpan

See Also

Reference

IConfigurationManager Interface

Microsoft.AspNet.SignalR.Configuration Namespace