Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface IRequestContextServicingStep _
    Inherits IServicingStep
public interface IRequestContextServicingStep : IServicingStep
public interface class IRequestContextServicingStep : IServicingStep
type IRequestContextServicingStep =  
    interface 
        interface IServicingStep 
    end
public interface IRequestContextServicingStep extends IServicingStep
The IRequestContextServicingStep type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | IsThreadSafe | |
| .gif) | StepType | A short name identifying the action to perform, e.g. "CreateDatabase". (Inherited from IServicingStep.) | 
| .gif) | TargetRequestContextOptional | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Execute | 
Top