TeamFoundationBuildService.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
Public Function RequestIntermediateLogs ( _
requestContext As TeamFoundationRequestContext, _
buildUri As String _
) As Guid
public Guid RequestIntermediateLogs(
TeamFoundationRequestContext requestContext,
string buildUri
)
public:
Guid RequestIntermediateLogs(
TeamFoundationRequestContext^ requestContext,
String^ buildUri
)
member RequestIntermediateLogs :
requestContext:TeamFoundationRequestContext *
buildUri:string -> Guid
public function RequestIntermediateLogs(
requestContext : TeamFoundationRequestContext,
buildUri : String
) : Guid
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
buildUri
Type: System.StringThe URI of the build will be used to 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.