ITrackingConnection::DisconnectThreshold Property

.NET Framework 4.5

Gets a value indicating the amount of time to wait after the connection dies before firing the disconnecting the connection.

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

property TimeSpan DisconnectThreshold {
	TimeSpan get ();
}

Property Value

Type: System::TimeSpan
Returns TimeSpan.
Show: