Share via


ITeamFoundationHostManagementService.HostDormancySeconds Property

The minimum number of seconds a host has to go without end-user requests before background jobs start to be disabled for dormancy.

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

Syntax

'Declaration
ReadOnly Property HostDormancySeconds As Integer
int HostDormancySeconds { get; }
property int HostDormancySeconds {
    int get ();
}
abstract HostDormancySeconds : int with get
function get HostDormancySeconds () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ITeamFoundationHostManagementService Interface

Microsoft.TeamFoundation.Framework.Server Namespace