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.
Deletes build controllers from the server. Notifications are asynchronously sent to the physical service host regarding the deletion of any build controllers.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub DeleteBuildControllers ( _
requestContext As TeamFoundationRequestContext, _
controllerUris As IList(Of String), _
canDeleteElastic As Boolean _
)
public void DeleteBuildControllers(
TeamFoundationRequestContext requestContext,
IList<string> controllerUris,
bool canDeleteElastic
)
public:
void DeleteBuildControllers(
TeamFoundationRequestContext^ requestContext,
IList<String^>^ controllerUris,
bool canDeleteElastic
)
member DeleteBuildControllers :
requestContext:TeamFoundationRequestContext *
controllerUris:IList<string> *
canDeleteElastic:bool -> unit
public function DeleteBuildControllers(
requestContext : TeamFoundationRequestContext,
controllerUris : IList<String>,
canDeleteElastic : boolean
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context
controllerUris
Type: System.Collections.Generic.IList<String>The URIs of the build controllers to delete
- canDeleteElastic
Type: System.Boolean
.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.