Bearbeiten

Freigeben über


TaskHttpClientBase.CreateLogAsync Method

Definition

[Preview API]

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskLog> CreateLogAsync(Guid scopeIdentifier, string hubName, Guid planId, Microsoft.TeamFoundation.DistributedTask.WebApi.TaskLog log, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member CreateLogAsync : Guid * string * Guid * Microsoft.TeamFoundation.DistributedTask.WebApi.TaskLog * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskLog>
override this.CreateLogAsync : Guid * string * Guid * Microsoft.TeamFoundation.DistributedTask.WebApi.TaskLog * 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
log
TaskLog
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to