Share via


ServicingStepDriver Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.ServicingStepDriver
    Microsoft.TeamFoundation.Framework.Server.ValidationStepDriver

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Class ServicingStepDriver _
    Implements IDisposable
public class ServicingStepDriver : IDisposable
public ref class ServicingStepDriver : IDisposable
type ServicingStepDriver =  
    class 
        interface IDisposable 
    end
public class ServicingStepDriver implements IDisposable

The ServicingStepDriver type exposes the following members.

Constructors

  Name Description
Public method ServicingStepDriver(String, IServicingOperationProvider, ServicingContext, array<String[])
Public method ServicingStepDriver(IStepPerformerProvider, IServicingOperationProvider, ServicingContext, IServicingExecutionHandlerProvider, array<String[])

Top

Properties

  Name Description
Public property ServicingOperationExecutionHandlers
Public property ServicingStepGroupExecutionHandlers
Public property SqlAzureDeployment

Top

Methods

  Name Description
Public method Dispose
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Execute
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method FinishOperation
Protected method FinishStepGroup
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method PerformOperations
Protected method PerformServicingStep
Protected method StartOperation
Protected method StartStepGroup
Protected method ThrowIfCanceled
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_isDetached
Protected field m_operationExecutionHandlers
Protected field m_operationProvider
Protected field m_operations
Protected field m_servicingContext
Protected field m_servicingExecutionHandlerProvider
Protected field m_servicingOperations
Protected field m_stepGroupExecutionHandlers
Protected field m_stepPerformerProvider

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace