Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface IServicingOperationExecutionHandler _
    Inherits IServicingStepGroupExecutionHandler
[InheritedExportAttribute]
public interface IServicingOperationExecutionHandler : IServicingStepGroupExecutionHandler
[InheritedExportAttribute]
public interface class IServicingOperationExecutionHandler : IServicingStepGroupExecutionHandler
[<InheritedExportAttribute>]
type IServicingOperationExecutionHandler =  
    interface 
        interface IServicingStepGroupExecutionHandler 
    end
public interface IServicingOperationExecutionHandler extends IServicingStepGroupExecutionHandler
The IServicingOperationExecutionHandler type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | FinishOperation | |
| .gif) | FinishStepGroup | (Inherited from IServicingStepGroupExecutionHandler.) | 
| .gif) | StartOperation | |
| .gif) | StartStepGroup | (Inherited from IServicingStepGroupExecutionHandler.) | 
Top