IServicingOperationExecutionHandler Interface

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
Public method FinishOperation
Public method FinishStepGroup (Inherited from IServicingStepGroupExecutionHandler.)
Public method StartOperation
Public method StartStepGroup (Inherited from IServicingStepGroupExecutionHandler.)

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace