This documentation is archived and is not being maintained.

ServicingOperation Class

Represents a servicing operation.

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

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

public ref class ServicingOperation sealed

The ServicingOperation type exposes the following members.

  NameDescription
Public propertyExecutionHandlersGets or sets the servicing execution handler data.
Public propertyGroupsGets or sets the servicing step groups for this servicing operation.
Public propertyNameGets or sets the name of this servicing operation.
Public propertyStepCountGets the total number of servicing steps in this servicing operation.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringGets a user-readable string that states the properties of this instance. (Overrides Object::ToString().)
Top

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