ControllersController.DeleteController Method
Delete a specific builds controller
Namespace: Microsoft.TeamFoundation.Build.Server.Rest
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpDeleteAttribute> _
Public Sub DeleteController ( _
controllerId As Integer _
)
[HttpDeleteAttribute]
public void DeleteController(
int controllerId
)
[HttpDeleteAttribute]
public:
void DeleteController(
int controllerId
)
[<HttpDeleteAttribute>]
member DeleteController :
controllerId:int -> unit
public function DeleteController(
controllerId : int
)
Parameters
- controllerId
Type: System.Int32
.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.