DefaultConfigurationManager.KeepAlive Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Configuration
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property KeepAlive As Nullable(Of TimeSpan)
Get
Set
'Usage
Dim instance As DefaultConfigurationManager
Dim value As Nullable(Of TimeSpan)
value = instance.KeepAlive
instance.KeepAlive = value
public Nullable<TimeSpan> KeepAlive { get; set; }
public:
virtual property Nullable<TimeSpan> KeepAlive {
Nullable<TimeSpan> get () sealed;
void set (Nullable<TimeSpan> value) sealed;
}
abstract KeepAlive : Nullable<TimeSpan> with get, set
override KeepAlive : Nullable<TimeSpan> with get, set
final function get KeepAlive () : Nullable<TimeSpan>
final function set KeepAlive (value : Nullable<TimeSpan>)
Property Value
Type: System.Nullable<TimeSpan>
Implements
IConfigurationManager.KeepAlive