Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function StartStepGroup ( _
    servicingContext As ServicingContext, _
    servicingOperation As ServicingOperation, _
    stepGroup As ServicingStepGroup _
) As ServicingStepGroupExecutionDecision
ServicingStepGroupExecutionDecision StartStepGroup(
    ServicingContext servicingContext,
    ServicingOperation servicingOperation,
    ServicingStepGroup stepGroup
)
ServicingStepGroupExecutionDecision StartStepGroup(
    ServicingContext^ servicingContext, 
    ServicingOperation^ servicingOperation, 
    ServicingStepGroup^ stepGroup
)
abstract StartStepGroup : 
        servicingContext:ServicingContext * 
        servicingOperation:ServicingOperation * 
        stepGroup:ServicingStepGroup -> ServicingStepGroupExecutionDecision
function StartStepGroup(
    servicingContext : ServicingContext, 
    servicingOperation : ServicingOperation, 
    stepGroup : ServicingStepGroup
) : ServicingStepGroupExecutionDecision
Parameters
- servicingContext
 Type: Microsoft.TeamFoundation.Framework.Server.ServicingContext
- servicingOperation
 Type: Microsoft.TeamFoundation.Framework.Server.ServicingOperation
- stepGroup
 Type: Microsoft.TeamFoundation.Framework.Server.ServicingStepGroup
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingStepGroupExecutionDecision
.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.