Share via


TeamFoundationHostedBuildService.RegisterBuildMachine Method

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Function RegisterBuildMachine ( _
    requestContext As TeamFoundationRequestContext, _
    poolName As String, _
    roleInstanceName As String, _
    computerName As String, _
    poolAuthToken As Byte() _
) As BuildMachineInfo
public BuildMachineInfo RegisterBuildMachine(
    TeamFoundationRequestContext requestContext,
    string poolName,
    string roleInstanceName,
    string computerName,
    byte[] poolAuthToken
)
public:
BuildMachineInfo^ RegisterBuildMachine(
    TeamFoundationRequestContext^ requestContext, 
    String^ poolName, 
    String^ roleInstanceName, 
    String^ computerName, 
    array<unsigned char>^ poolAuthToken
)
member RegisterBuildMachine : 
        requestContext:TeamFoundationRequestContext * 
        poolName:string * 
        roleInstanceName:string * 
        computerName:string * 
        poolAuthToken:byte[] -> BuildMachineInfo
public function RegisterBuildMachine(
    requestContext : TeamFoundationRequestContext, 
    poolName : String, 
    roleInstanceName : String, 
    computerName : String, 
    poolAuthToken : byte[]
) : BuildMachineInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Build.Hosted.Server.BuildMachineInfo

.NET Framework Security

See Also

Reference

TeamFoundationHostedBuildService Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace