BuildController Class

NOTE: This API is now obsolete. The non-obsolete alternative is .

Namespace:  Microsoft.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class has been deprecated. Please remove all references.")> _
<WebServiceBindingAttribute(Name := "BuildControllerSoap", Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildController/03")> _
Public Class BuildController _
    Inherits TeamFoundationSoapProxy
'Usage
Dim instance As BuildController
[ObsoleteAttribute("This class has been deprecated. Please remove all references.")]
[WebServiceBindingAttribute(Name = "BuildControllerSoap", Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildController/03")]
public class BuildController : TeamFoundationSoapProxy
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.")]
[WebServiceBindingAttribute(Name = L"BuildControllerSoap", Namespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildController/03")]
public ref class BuildController : public TeamFoundationSoapProxy
public class BuildController extends TeamFoundationSoapProxy

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            Microsoft.TeamFoundation.Client.TeamFoundationSoapProxy
              Microsoft.TeamFoundation.Build.Proxy.BuildController

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BuildController Members

Microsoft.TeamFoundation.Build.Proxy Namespace