TeamFoundationStepPerformerBase.IStepPerformer.PerformStep Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Private Sub PerformStep ( _
servicingOperation As String, _
stepType As String, _
stepData As String, _
servicingContext As ServicingContext _
) Implements IStepPerformer.PerformStep
void IStepPerformer.PerformStep(
string servicingOperation,
string stepType,
string stepData,
ServicingContext servicingContext
)
private:
virtual void PerformStep(
String^ servicingOperation,
String^ stepType,
String^ stepData,
ServicingContext^ servicingContext
) sealed = IStepPerformer::PerformStep
private abstract PerformStep :
servicingOperation:string *
stepType:string *
stepData:string *
servicingContext:ServicingContext -> unit
private override PerformStep :
servicingOperation:string *
stepType:string *
stepData:string *
servicingContext:ServicingContext -> unit
JScript does not support explicit interface implementations.
Parameters
- servicingOperation
Type: System.String
- stepType
Type: System.String
- stepData
Type: System.String
- servicingContext
Type: Microsoft.TeamFoundation.Framework.Server.ServicingContext
Implements
IStepPerformer.PerformStep(String, String, String, ServicingContext)
.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.