IConfigurationManager::KeepAlive Property

.NET Framework 4.5

Gets or sets a TimeSpan representing the amount of time between send keep alive messages. If enabled, this value must be at least two seconds. Set to null to disable.

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

property Nullable<TimeSpan> KeepAlive {
	Nullable<TimeSpan> get ();
	void set (Nullable<TimeSpan> value);
}

Property Value

Type: System::Nullable<TimeSpan>
Show: