TeamFoundationServicingService.DeleteServicingStepGroups Method
Deletes servicing step group and servicing steps listed in the stepGroups collection.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DeleteServicingStepGroups ( _
requestContext As TeamFoundationRequestContext, _
stepGroups As IEnumerable(Of String) _
)
public void DeleteServicingStepGroups(
TeamFoundationRequestContext requestContext,
IEnumerable<string> stepGroups
)
public:
void DeleteServicingStepGroups(
TeamFoundationRequestContext^ requestContext,
IEnumerable<String^>^ stepGroups
)
member DeleteServicingStepGroups :
requestContext:TeamFoundationRequestContext *
stepGroups:IEnumerable<string> -> unit
public function DeleteServicingStepGroups(
requestContext : TeamFoundationRequestContext,
stepGroups : IEnumerable<String>
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextA configuration database request context.
stepGroups
Type: System.Collections.Generic.IEnumerable<String>A collection of servicing step groups to delete.
Exceptions
Exception | Condition |
---|---|
ServicingStepGroupInUseException | At least one servicing step group currently used by a 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.