Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.