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
- servicingOperation
Type: Microsoft.TeamFoundation.Framework.Server.ServicingOperation
- stepGroup
Type: Microsoft.TeamFoundation.Framework.Server.ServicingStepGroup
- groupResolution
Type: Microsoft.TeamFoundation.Framework.Common.ServicingStepState
.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.