Exemplo n.º 1
0
 /// <inheritdoc cref="ComputeApi.GetConsoleOutputAsync" />
 public virtual Task <string> GetConsoleOutputAsync(Identifier serverId, int length = -1, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(_computeApi.GetConsoleOutputAsync(serverId, length, cancellationToken));
 }