IPartitionServicingStep Interface

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

Syntax

'Declaration
Public Interface IPartitionServicingStep _
    Inherits IServicingStep
public interface IPartitionServicingStep : IServicingStep
public interface class IPartitionServicingStep : IServicingStep
type IPartitionServicingStep =  
    interface 
        interface IServicingStep 
    end
public interface IPartitionServicingStep extends IServicingStep

The IPartitionServicingStep type exposes the following members.

Properties

  Name Description
Public property IsThreadSafe
Public property StepType A short name identifying the action to perform, e.g. "CreateDatabase". (Inherited from IServicingStep.)

Top

Methods

  Name Description
Public method Execute

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace