Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
result
Type: System.IAsyncResultThe asynchronous operation.
Return Value
Type: Microsoft.TeamFoundation.Build.Hosting.BuildMachineState
The state of the build server at the time of subscription.
.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.