Share via


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

Exceptions

Exception Condition
ServicingStepGroupInUseException

At least one servicing step group currently used by servicing operation.

.NET Framework Security

See Also

Reference

TeamProjectCollectionWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace