ServicingFlags.HostMustExist Field
If the [HostMustExist] flag is specified, the [ServicingHostId] must be a valid host instance. This will cause the servicing job to verify the host exists, and it will create a [ServicingRequestContext] for this host and put it in the [ServicingItems] dictionary.
[ServicingItemConstants.TargetRequestContext] cannot be combined with the [HostMustNotExist] flag.
The [ServicingHostId] must not be [Guid.Empty].
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Const HostMustExist As Integer
public const int HostMustExist
public:
literal int HostMustExist
static val mutable HostMustExist: int
public const var HostMustExist : 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.