ITrackingConnection.IsTimedOut Property
.NET Framework 4
Gets a value that represents if the connection is timed out.
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property IsTimedOut As Boolean
Get
'Usage
Dim instance As ITrackingConnection
Dim value As Boolean
value = instance.IsTimedOut
bool IsTimedOut { get; }
property bool IsTimedOut {
bool get ();
}
abstract IsTimedOut : bool
function get IsTimedOut () : boolean
Property Value
Type: System.Boolean
Returns Boolean.