Share via


BuildMachineResponse.FromXml Method

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Shared Function FromXml ( _
    reader As XmlReader _
) As BuildMachineResponse
public static BuildMachineResponse FromXml(
    XmlReader reader
)
public:
static BuildMachineResponse^ FromXml(
    XmlReader^ reader
)
static member FromXml : 
        reader:XmlReader -> BuildMachineResponse
public static function FromXml(
    reader : XmlReader
) : BuildMachineResponse

Parameters

Return Value

Type: Microsoft.TeamFoundation.Build.Hosted.Server.BuildMachineResponse

.NET Framework Security

See Also

Reference

BuildMachineResponse Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace