Edit

Share via


XamlBuildHttpClient.GetBuildLogsZipAsync Method

Definition

Overloads

GetBuildLogsZipAsync(Guid, Int32, Object, CancellationToken)

Gets logs for a build

GetBuildLogsZipAsync(String, Int32, Object, CancellationToken)

Gets logs for a build

GetBuildLogsZipAsync(Guid, Int32, Object, CancellationToken)

Gets logs for a build

public System.Threading.Tasks.Task<System.IO.Stream> GetBuildLogsZipAsync (Guid project, int buildId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.GetBuildLogsZipAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>

Parameters

project
Guid

Project ID

buildId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetBuildLogsZipAsync(String, Int32, Object, CancellationToken)

Gets logs for a build

public System.Threading.Tasks.Task<System.IO.Stream> GetBuildLogsZipAsync (string project, int buildId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.GetBuildLogsZipAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>

Parameters

project
String

Project ID or project name

buildId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to