Share via


ITrackingConnection.DisconnectThreshold Property

.NET Framework 4

Gets a value indicating the amount of time to wait after the connection dies before firing the disconnecting the connection.

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

Syntax

'Declaration
ReadOnly Property DisconnectThreshold As TimeSpan 
    Get
'Usage
Dim instance As ITrackingConnection 
Dim value As TimeSpan 

value = instance.DisconnectThreshold
TimeSpan DisconnectThreshold { get; }
property TimeSpan DisconnectThreshold {
    TimeSpan get ();
}
abstract DisconnectThreshold : TimeSpan
function get DisconnectThreshold () : TimeSpan

Property Value

Type: System.TimeSpan
Returns TimeSpan.

See Also

Reference

ITrackingConnection Interface

Microsoft.AspNet.SignalR.Transports Namespace