DefaultConfigurationManager::KeepAlive Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Configuration
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual property Nullable<TimeSpan> KeepAlive {
	Nullable<TimeSpan> get () sealed;
	void set (Nullable<TimeSpan> value) sealed;
}

Property Value

Type: System::Nullable<TimeSpan>

Implements

IConfigurationManager::KeepAlive
Show: