Microsoft.TeamFoundation.Bu ...


.NET Framework Class Library
BuildStore 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

Visual Basic (Declaration)
<WebServiceBindingAttribute(Name := "BuildInfoSoap", Namespace := "http://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03")> _
<ObsoleteAttribute("This class has been deprecated. Please remove all references.")> _
Public Class BuildStore _
    Inherits TeamFoundationSoapProxy
Visual Basic (Usage)
Dim instance As BuildStore
C#
[WebServiceBindingAttribute(Name = "BuildInfoSoap", Namespace = "http://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03")]
[ObsoleteAttribute("This class has been deprecated. Please remove all references.")]
public class BuildStore : TeamFoundationSoapProxy
Visual C++
[WebServiceBindingAttribute(Name = L"BuildInfoSoap", Namespace = L"http://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildInfo/03")]
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.")]
public ref class BuildStore : public TeamFoundationSoapProxy
JScript
public class BuildStore 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..::.BuildStore
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

Tags :


Community Content

Karl Z
What's the non-obsolete alternative?

. doesn't say much :-)

Is it the Microsoft.TeamFoundation.Build.Client.IBuildServer? That seems to be what I've found so far.

I hope this helps others.

Karl

Tags :

Romain Prieto
Alternative
This blog post gives details on the available alternatives:
http://notsosmartbuilder.blogspot.com/2007/09/team-build-2008-api.html

IBuildServer seems to be the replacement indeed.

Romain


Page view tracker