IBuildMachine.EndStart Method

Ends an asynchronous operation to start the build server.

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

Syntax

'Declaration
Sub EndStart ( _
    result As IAsyncResult _
)
void EndStart(
    IAsyncResult result
)
void EndStart(
    IAsyncResult^ result
)
abstract EndStart : 
        result:IAsyncResult -> unit
function EndStart(
    result : IAsyncResult
)

Parameters

.NET Framework Security

See Also

Reference

IBuildMachine Interface

Microsoft.TeamFoundation.Build.Hosting Namespace