Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a single build controller.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function GetBuildController ( _
buildControllerUri As Uri, _
includeAgents As Boolean _
) As IBuildController
IBuildController GetBuildController(
Uri buildControllerUri,
bool includeAgents
)
IBuildController^ GetBuildController(
Uri^ buildControllerUri,
bool includeAgents
)
abstract GetBuildController :
buildControllerUri:Uri *
includeAgents:bool -> IBuildController
function GetBuildController(
buildControllerUri : Uri,
includeAgents : boolean
) : IBuildController
Parameters
buildControllerUri
Type: System.UriThe URI of the build controller.
- includeAgents
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildController
The build controller with the given URI.
.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.