Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryBuildServiceHosts ( _
computer As String _
) As BuildServiceHostQueryResult2010
[WebMethodAttribute]
public BuildServiceHostQueryResult2010 QueryBuildServiceHosts(
string computer
)
[WebMethodAttribute]
public:
BuildServiceHostQueryResult2010^ QueryBuildServiceHosts(
String^ computer
)
[<WebMethodAttribute>]
member QueryBuildServiceHosts :
computer:string -> BuildServiceHostQueryResult2010
public function QueryBuildServiceHosts(
computer : String
) : BuildServiceHostQueryResult2010
Parameters
- computer
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.BuildServiceHostQueryResult2010
Returns BuildServiceHostQueryResult2010.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdministrationWebService Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace