TeamFoundationMessageQueueService.IdleTimeout Property

Gets the interval of time a connection to a message queue can remain connected in an idle state before it is released.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property IdleTimeout As TimeSpan
public TimeSpan IdleTimeout { get; }
public:
property TimeSpan IdleTimeout {
    TimeSpan get ();
}
member IdleTimeout : TimeSpan with get
function get IdleTimeout () : TimeSpan

Property Value

Type: System.TimeSpan

.NET Framework Security

See Also

Reference

TeamFoundationMessageQueueService Class

Microsoft.TeamFoundation.Framework.Server Namespace