Share via


ServicingStepDriver.FinishStepGroup Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Sub FinishStepGroup ( _
    servicingOperation As ServicingOperation, _
    stepGroup As ServicingStepGroup, _
    groupResolution As ServicingStepState _
)
protected void FinishStepGroup(
    ServicingOperation servicingOperation,
    ServicingStepGroup stepGroup,
    ServicingStepState groupResolution
)
protected:
void FinishStepGroup(
    ServicingOperation^ servicingOperation, 
    ServicingStepGroup^ stepGroup, 
    ServicingStepState groupResolution
)
member FinishStepGroup : 
        servicingOperation:ServicingOperation * 
        stepGroup:ServicingStepGroup * 
        groupResolution:ServicingStepState -> unit
protected function FinishStepGroup(
    servicingOperation : ServicingOperation, 
    stepGroup : ServicingStepGroup, 
    groupResolution : ServicingStepState
)

Parameters

.NET Framework Security

See Also

Reference

ServicingStepDriver Class

Microsoft.TeamFoundation.Framework.Server Namespace