IConfigurationManager.DisconnectTimeout Property

.NET Framework 4

Gets or sets a TimeSpan representing the amount of time to wait after a connection goes away before raising the disconnect event.

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

Syntax

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

value = instance.DisconnectTimeout

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

Property Value

Type: System.TimeSpan

See Also

Reference

IConfigurationManager Interface

Microsoft.AspNet.SignalR.Configuration Namespace