ServicingOperation Class

Represents a servicing operation.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Client.ServicingOperation

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

Syntax

'宣言
Public NotInheritable Class ServicingOperation
public sealed class ServicingOperation
public ref class ServicingOperation sealed
[<Sealed>]
type ServicingOperation =  class end
public final class ServicingOperation

The ServicingOperation type exposes the following members.

Properties

  Name Description
Public property ExecutionHandlers Gets or sets the servicing execution handler data.
Public property Groups Gets or sets the servicing step groups for this servicing operation.
Public property Name Gets or sets the name of this servicing operation.
Public property StepCount Gets the total number of servicing steps in this servicing operation.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
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.)
Public method GetHashCode Serves as a hash function for a particular type. (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.)
Public method ToString Gets a user-readable string that states the properties of this instance. (Overrides Object.ToString().)

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.Client Namespace