DefaultConfigurationManager::DisconnectTimeout Property

.NET Framework 4.5

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

public:
virtual property TimeSpan DisconnectTimeout {
	TimeSpan get () sealed;
	void set (TimeSpan value) sealed;
}

Property Value

Type: System::TimeSpan

Implements

IConfigurationManager::DisconnectTimeout
Show: