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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.