ServicingExecutionHandlerData Class

Represents data for a servicing execution handler.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Client.ServicingExecutionHandlerData

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

Syntax

'Declaration
Public NotInheritable Class ServicingExecutionHandlerData
public sealed class ServicingExecutionHandlerData
public ref class ServicingExecutionHandlerData sealed
[<Sealed>]
type ServicingExecutionHandlerData =  class end
public final class ServicingExecutionHandlerData

The ServicingExecutionHandlerData type exposes the following members.

Properties

  Name Description
Public property HandlerType Gets the type of the servicing execution handler.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (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.)
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