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 | |
---|---|---|
HandlerType | Gets the type of the servicing execution handler. |
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.