Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.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)
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
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
What's the non-obsolete alternative?      Karl Z   |   Edit   |   Show History

. 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 What's this?: Add a tag
Flag as ContentBug
Alternative      Romain Prieto   |   Edit   |   Show History
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

Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker