Edit

TaskHttpClientBase.GetLogAsync Method

Definition

[Preview API]

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetLogAsync(Guid scopeIdentifier, string hubName, Guid planId, int logId, Nullable<long> startLine = null, Nullable<long> endLine = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetLogAsync : Guid * string * Guid * int * Nullable<int64> * Nullable<int64> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<string>>
override this.GetLogAsync : Guid * string * Guid * int * Nullable<int64> * Nullable<int64> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<string>>

Parameters

scopeIdentifier
Guid

The project GUID to scope the request

hubName
String

The name of the server hub: "build" for the Build server or "rm" for the Release Management server

planId
Guid
logId
Int32
startLine
Nullable<Int64>
endLine
Nullable<Int64>
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to