TaskHttpClientBase.AppendLogContentAsync 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.
[Preview API]
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskLog> AppendLogContentAsync(Guid scopeIdentifier, string hubName, Guid planId, int logId, System.IO.Stream uploadStream, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member AppendLogContentAsync : Guid * string * Guid * int * System.IO.Stream * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskLog>
override this.AppendLogContentAsync : Guid * string * Guid * int * System.IO.Stream * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskLog>
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
- uploadStream
- Stream
Stream to upload
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.