PersistentResponse.TimedOut Property
.NET Framework 4
Gets or sets a value that indicates whether the connection timed out.
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property TimedOut As Boolean
Get
Set
'Usage
Dim instance As PersistentResponse
Dim value As Boolean
value = instance.TimedOut
instance.TimedOut = value
public bool TimedOut { get; set; }
public:
property bool TimedOut {
bool get ();
void set (bool value);
}
member TimedOut : bool with get, set
function get TimedOut () : boolean
function set TimedOut (value : boolean)
Property Value
Type: System.Boolean
true if the connection timed out; otherwise, false.