Пример #1
0
 public async Task AppendLogContentAsync(int taskLogId, FileStream fs, CancellationToken cancellationToken)
 {
     await taskClient.AppendLogContentAsync(this.projectId, planType, planId, taskLogId, fs, null, cancellationToken).ConfigureAwait(false);
 }