IRequestContextServicingStep Interface
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 | |
---|---|---|
IsThreadSafe | ||
StepType | A short name identifying the action to perform, e.g. "CreateDatabase". (Inherited from IServicingStep.) | |
TargetRequestContextOptional |
Top
Methods
Name | Description | |
---|---|---|
Execute |
Top