Пример #1
0
 public async Task <TaskLog> CreateTaskLog(TaskLog taskLog, CancellationToken cancellationToken)
 {
     return(await taskClient.CreateLogAsync(this.projectId, planType, planId, taskLog, null, cancellationToken)
            .ConfigureAwait(false));
 }