BuildHttpClientBase.GetBuildLogZipAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetBuildLogZipAsync(Guid, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken) |
[Preview API] Gets an individual log file for a build. |
| GetBuildLogZipAsync(String, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken) |
[Preview API] Gets an individual log file for a build. |
GetBuildLogZipAsync(Guid, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)
[Preview API] Gets an individual log file for a build.
public virtual System.Threading.Tasks.Task<System.IO.Stream> GetBuildLogZipAsync(Guid project, int buildId, int logId, Nullable<long> startLine = null, Nullable<long> endLine = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetBuildLogZipAsync : Guid * int * int * Nullable<int64> * Nullable<int64> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
override this.GetBuildLogZipAsync : Guid * int * int * Nullable<int64> * Nullable<int64> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
Parameters
- project
- Guid
Project ID
- buildId
- Int32
The ID of the build.
- logId
- Int32
The ID of the log file.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetBuildLogZipAsync(String, Int32, Int32, Nullable<Int64>, Nullable<Int64>, Object, CancellationToken)
[Preview API] Gets an individual log file for a build.
public virtual System.Threading.Tasks.Task<System.IO.Stream> GetBuildLogZipAsync(string project, int buildId, int logId, Nullable<long> startLine = null, Nullable<long> endLine = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetBuildLogZipAsync : string * int * int * Nullable<int64> * Nullable<int64> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
override this.GetBuildLogZipAsync : string * int * int * Nullable<int64> * Nullable<int64> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
Parameters
- project
- String
Project ID or project name
- buildId
- Int32
The ID of the build.
- logId
- Int32
The ID of the log file.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.