HostedBuildPoolWebService.RegisterBuildMachine 方法

命名空间:  Microsoft.TeamFoundation.Build.Hosted.Server
程序集:  Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function RegisterBuildMachine ( _
    poolName As String, _
    roleInstanceName As String, _
    computerName As String, _
    poolAuthToken As Byte() _
) As BuildMachineInfo
[WebMethodAttribute]
public BuildMachineInfo RegisterBuildMachine(
    string poolName,
    string roleInstanceName,
    string computerName,
    byte[] poolAuthToken
)

参数

返回值

类型:Microsoft.TeamFoundation.Build.Hosted.Server.BuildMachineInfo

.NET Framework 安全性

请参见

参考

HostedBuildPoolWebService 类

Microsoft.TeamFoundation.Build.Hosted.Server 命名空间