IConfigurationManager::DisconnectTimeout Property

.NET Framework 4.5

Gets or sets a TimeSpan representing the amount of time to wait after a connection goes away before raising the disconnect event.

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

property TimeSpan DisconnectTimeout {
	TimeSpan get ();
	void set (TimeSpan value);
}

Property Value

Type: System::TimeSpan
Show: