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