Freigeben über


IEnsureMachineExistsExtension.EnsureMachineExists-Methode

Stellen Sie sicher, dass der Computer, der die TFS-Dienstleistungen hostet, im Katalog registriert wird.

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

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IEnsureMachineExistsExtension Schnittstelle

Microsoft.TeamFoundation.Framework.Server-Namespace