TeamFoundationStepType Delegate

A delegate that can validate and execute a servicing step.

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

Syntax

'Declaration
Public Delegate Sub TeamFoundationStepType ( _
    stepData As String, _
    servicingContext As ServicingContext, _
    validateOnly As Boolean _
)
public delegate void TeamFoundationStepType(
    string stepData,
    ServicingContext servicingContext,
    bool validateOnly
)
public delegate void TeamFoundationStepType(
    String^ stepData, 
    ServicingContext^ servicingContext, 
    bool validateOnly
)
type TeamFoundationStepType = 
    delegate of  
        stepData:string * 
        servicingContext:ServicingContext * 
        validateOnly:bool -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace

TeamFoundationStepPerformerBase