IStepPerformer.PerformStep Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
Sub PerformStep ( _
operation As String, _
stepType As String, _
stepData As String, _
context As ServicingContext _
)
void PerformStep(
string operation,
string stepType,
string stepData,
ServicingContext context
)
void PerformStep(
String^ operation,
String^ stepType,
String^ stepData,
ServicingContext^ context
)
abstract PerformStep :
operation:string *
stepType:string *
stepData:string *
context:ServicingContext -> unit
function PerformStep(
operation : String,
stepType : String,
stepData : String,
context : ServicingContext
)
Parameters
- operation
Type: System.String
- stepType
Type: System.String
- stepData
Type: System.String
.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.