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.StringThe 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
- 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.