IBuildMachine.EndConnect Method

Ends an asynchronous operation to connect to a remote build server.

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

Syntax

'Declaration
Function EndConnect ( _
    result As IAsyncResult _
) As BuildMachineState
BuildMachineState EndConnect(
    IAsyncResult result
)
BuildMachineState^ EndConnect(
    IAsyncResult^ result
)
abstract EndConnect : 
        result:IAsyncResult -> BuildMachineState
function EndConnect(
    result : IAsyncResult
) : BuildMachineState

Parameters

Return Value

Type: Microsoft.TeamFoundation.Build.Hosting.BuildMachineState
The state of the build server at the time of subscription.

.NET Framework Security

See Also

Reference

IBuildMachine Interface

Microsoft.TeamFoundation.Build.Hosting Namespace