TeamFoundationMessageQueueService.OfflineTimeout Property

Gets the interval of time allowed between client connections before a message queue is considered to be offline.

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

Syntax

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

Property Value

Type: System.TimeSpan
Returns TimeSpan.

.NET Framework Security

See Also

Reference

TeamFoundationMessageQueueService Class

Microsoft.TeamFoundation.Framework.Server Namespace