TransportDisconnectBase.DisconnectThreshold Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DisconnectThreshold As TimeSpan
Get
'Usage
Dim instance As TransportDisconnectBase
Dim value As TimeSpan
value = instance.DisconnectThreshold
public virtual TimeSpan DisconnectThreshold { get; }
public:
virtual property TimeSpan DisconnectThreshold {
TimeSpan get ();
}
abstract DisconnectThreshold : TimeSpan
override DisconnectThreshold : TimeSpan
function get DisconnectThreshold () : TimeSpan
Property Value
Type: System.TimeSpan
Returns TimeSpan.
Implements
ITrackingConnection.DisconnectThreshold