IBuildMachine.EndGetState 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 EndGetState ( _
    result As IAsyncResult _
) As BuildMachineState
BuildMachineState EndGetState(
    IAsyncResult result
)
BuildMachineState^ EndGetState(
    IAsyncResult^ result
)
abstract EndGetState : 
        result:IAsyncResult -> BuildMachineState
function EndGetState(
    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