BuildWebService4.RequestIntermediateLogs Method

Requests the intermediate diagnostics logs to be available under the drop location.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function RequestIntermediateLogs ( _
    buildUri As String _
) As Guid
[WebMethodAttribute]
public Guid RequestIntermediateLogs(
    string buildUri
)
[WebMethodAttribute]
public:
Guid RequestIntermediateLogs(
    String^ buildUri
)
[<WebMethodAttribute>]
member RequestIntermediateLogs : 
        buildUri:string -> Guid
public function RequestIntermediateLogs(
    buildUri : String
) : Guid

Parameters

  • buildUri
    Type: System.String

    The URI of the build that will view the intermediate diagnostics logs.

Return Value

Type: System.Guid
The unique identifier of this request.

.NET Framework Security

See Also

Reference

BuildWebService4 Class

Microsoft.TeamFoundation.Build.Server Namespace