TeamFoundationServicingService.UpdateServicingStepGroups Method
Updates servicing step groups 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 UpdateServicingStepGroups ( _
requestContext As TeamFoundationRequestContext, _
stepGroups As IEnumerable(Of ServicingStepGroup), _
servicingLock As TeamFoundationLock _
)
public void UpdateServicingStepGroups(
TeamFoundationRequestContext requestContext,
IEnumerable<ServicingStepGroup> stepGroups,
TeamFoundationLock servicingLock
)
public:
void UpdateServicingStepGroups(
TeamFoundationRequestContext^ requestContext,
IEnumerable<ServicingStepGroup^>^ stepGroups,
TeamFoundationLock^ servicingLock
)
member UpdateServicingStepGroups :
requestContext:TeamFoundationRequestContext *
stepGroups:IEnumerable<ServicingStepGroup> *
servicingLock:TeamFoundationLock -> unit
public function UpdateServicingStepGroups(
requestContext : TeamFoundationRequestContext,
stepGroups : IEnumerable<ServicingStepGroup>,
servicingLock : TeamFoundationLock
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextA configuration database request context.
stepGroups
Type: System.Collections.Generic.IEnumerable<ServicingStepGroup>A collection of servicing step groups to update.
- servicingLock
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationLock
.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.