Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .gif) | DefaultToolExecutionResult | Initializes a new instance of the DefaultToolExecutionResult class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ExitCode | Exit code | 
| .gif) | ExitMessage | The exit message is empty by default | 
| .gif) | HasExited | Has existed always true | 
| .gif) | Id | Id | 
| .gif) | Name | Name | 
| .gif) | PromptUserForMergeConfirmation | Should prompt for user confirmation | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Cancel | Cancels the execution. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | 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.