HostedBuildPoolWebService 类
继承层次结构
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.Build.Hosted.Server.HostedBuildPoolWebService
命名空间: Microsoft.TeamFoundation.Build.Hosted.Server
程序集: Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)
语法
声明
<ClientServiceAttribute(ComponentName := "TeamBuild", RegistrationName := "Build", _
ServiceName := "HostedBuildPoolService", ConfigurationServiceIdentifier := "05552D44-F43C-48D9-A766-091697478B21", _
ServerConfiguration := ServerConfiguration.TfsConfigurationServer)> _
<WebServiceAttribute(Name := "HostedBuildPoolService", Namespace := "https://schemas.microsoft.com/TeamFoundation/2010/Build")> _
Public NotInheritable Class HostedBuildPoolWebService _
Inherits TeamFoundationWebService
[ClientServiceAttribute(ComponentName = "TeamBuild", RegistrationName = "Build",
ServiceName = "HostedBuildPoolService", ConfigurationServiceIdentifier = "05552D44-F43C-48D9-A766-091697478B21",
ServerConfiguration = ServerConfiguration.TfsConfigurationServer)]
[WebServiceAttribute(Name = "HostedBuildPoolService", Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Build")]
public sealed class HostedBuildPoolWebService : TeamFoundationWebService
HostedBuildPoolWebService 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
HostedBuildPoolWebService |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Application | 获取当前 HTTP 请求的应用程序对象。 (继承自 WebService。) |
![]() |
BuildService | 获取活动请求上下文的承载生成服务。 |
![]() |
Container | 获取组件的容器。 (继承自 MarshalByValueComponent。) |
![]() |
Context | 获取当前请求的 ASP.NET HttpContext,它封装了由 HTTP 服务器用来处理 Web 请求的所有 HTTP 特定的上下文。 (继承自 WebService。) |
![]() |
DesignMode | 获取指示组件当前是否处于设计模式的值。 (继承自 MarshalByValueComponent。) |
![]() |
Server | 获取当前请求的 HttpServerUtility。 (继承自 WebService。) |
![]() |
Session | 获取当前请求的 HttpSessionState 实例。 (继承自 WebService。) |
![]() |
Site | 获取或设置组件的位置。 (继承自 MarshalByValueComponent。) |
![]() |
SoapVersion | 获取用于向 XML Web services 发送 SOAP 请求的 SOAP 协议的版本。 (继承自 WebService。) |
![]() |
User | 获取 ASP.NET 服务器 User 对象。可用于验证用户是否有权执行请求。 (继承自 WebService。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
AddBuildMachineStatusReport | |
![]() |
Dispose | 释放由 MarshalByValueComponent 使用的所有资源。 (继承自 MarshalByValueComponent。) |
![]() |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) |
![]() |
FinishRequest | |
![]() |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) |
![]() |
GetService | 获取 IServiceProvider 的实施者。 (继承自 MarshalByValueComponent。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
RegisterBuildMachine | |
![]() |
StartRequest | |
![]() |
ToString | 返回包含 Component 的名称的 String(如果有)。不应重写此方法。 (继承自 MarshalByValueComponent。) |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
Disposed | 添加事件处理程序以侦听组件上的 Disposed 事件。 (继承自 MarshalByValueComponent。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。