TeamProjectCollectionWebService.DeleteServicingStepGroups Method
Deletes servicing step groups and servicing steps listed in the stepGroups collection.
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteServicingStepGroups ( _
stepGroups As List(Of String) _
)
[WebMethodAttribute]
public void DeleteServicingStepGroups(
List<string> stepGroups
)
[WebMethodAttribute]
public:
void DeleteServicingStepGroups(
List<String^>^ stepGroups
)
[<WebMethodAttribute>]
member DeleteServicingStepGroups :
stepGroups:List<string> -> unit
public function DeleteServicingStepGroups(
stepGroups : List<String>
)
Parameters
stepGroups
Type: System.Collections.Generic.List<String>A collection of servicing step groups to delete.
Exceptions
Exception | Condition |
---|---|
ServicingStepGroupInUseException | At least one servicing step group currently used by servicing operation. |
.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
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace