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
'Declaration
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 | |
---|---|---|
ExecutionHandlers | Gets or sets the servicing execution handler data. | |
Groups | Gets or sets the servicing step groups for this servicing operation. | |
Name | Gets or sets the name of this servicing operation. | |
StepCount | Gets the total number of servicing steps in this servicing operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.