The execute method for the tool. Called to execute the tool by the OM.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Function Execute ( _
    exitHandler As EventHandler, _
    advancedParameters As AdvancedToolParameters, _
    ParamArray arguments As String() _
) As IToolExecutionResult
IToolExecutionResult Execute(
    EventHandler exitHandler,
    AdvancedToolParameters advancedParameters,
    params string[] arguments
)
IToolExecutionResult^ Execute(
    EventHandler^ exitHandler, 
    AdvancedToolParameters^ advancedParameters, 
    ... array<String^>^ arguments
)
abstract Execute : 
        exitHandler:EventHandler * 
        advancedParameters:AdvancedToolParameters * 
        arguments:string[] -> IToolExecutionResult
function Execute(
    exitHandler : EventHandler, 
    advancedParameters : AdvancedToolParameters, 
    ... arguments : String[]
) : IToolExecutionResult
Parameters
- exitHandler 
 Type: System.EventHandler- The handler to exit. 
- advancedParameters 
 Type: Microsoft.TeamFoundation.VersionControl.Client.AdvancedToolParameters- The execute tool for the advanced parameters 
- arguments 
 Type: array<System.String[]- All the argument specified by the operation 
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.IToolExecutionResult
The execute method for the tool. Called to execute the tool by the OM.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.