ServicingFlags.RequiresStoppedHost Field
If the [RequiresStoppedHost] flag is supplied, the servicing engine will make sure that the target host is stopped before it continues with the job. This flag includes the [HostMustExist] flag.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Const RequiresStoppedHost As Integer
public const int RequiresStoppedHost
public:
literal int RequiresStoppedHost
static val mutable RequiresStoppedHost: int
public const var RequiresStoppedHost : int
.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.