DefaultToolExecutionResult Class
The default tool results which is basically an empty implementation of the tool result for assembly tools
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Client.DefaultToolExecutionResult
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class DefaultToolExecutionResult _
Implements IToolExecutionResult
public sealed class DefaultToolExecutionResult : IToolExecutionResult
public ref class DefaultToolExecutionResult sealed : IToolExecutionResult
[<Sealed>]
type DefaultToolExecutionResult =
class
interface IToolExecutionResult
end
public final class DefaultToolExecutionResult implements IToolExecutionResult
The DefaultToolExecutionResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DefaultToolExecutionResult | Initializes a new instance of the DefaultToolExecutionResult class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ExitCode | Exit code |
![]() |
ExitMessage | The exit message is empty by default |
![]() |
HasExited | Has existed always true |
![]() |
Id | Id |
![]() |
Name | Name |
![]() |
PromptUserForMergeConfirmation | Should prompt for user confirmation |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Cancel | Cancels the execution. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
WaitForOperationEnd | Does nothing |
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.