命名空间: 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
)
参数
- poolName
类型:System.String
- roleInstanceName
类型:System.String
- computerName
类型:System.String
- poolAuthToken
类型:array<System.Byte[]
返回值
类型:Microsoft.TeamFoundation.Build.Hosted.Server.BuildMachineInfo
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。