Compartilhar via


Método IEnsureMachineExistsExtension.EnsureMachineExists

Certifique-se de que o computador que hospeda os serviços de TFS está registrado no catálogo.

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

Sintaxe

'Declaração
Sub EnsureMachineExists ( _
    requestContext As TeamFoundationRequestContext, _
    processId As Guid, _
    machineName As String, _
    ByRef machineId As Guid _
)
void EnsureMachineExists(
    TeamFoundationRequestContext requestContext,
    Guid processId,
    string machineName,
    ref Guid machineId
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IEnsureMachineExistsExtension Interface

Namespace Microsoft.TeamFoundation.Framework.Server