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
Public method DefaultToolExecutionResult Initializes a new instance of the DefaultToolExecutionResult class.

Top

Properties

  Name Description
Public property ExitCode Exit code
Public property ExitMessage The exit message is empty by default
Public property HasExited Has existed always true
Public property Id Id
Public property Name Name
Public property PromptUserForMergeConfirmation Should prompt for user confirmation

Top

Methods

  Name Description
Public method Cancel Cancels the execution.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace