Пример #1
0
 /// <inheritdoc cref="ComputeApi.GetVncConsoleAsync{T}" />
 public virtual Task <RemoteConsole> GetVncConsoleAync(Identifier serverId, RemoteConsoleType type, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(_computeApi.GetVncConsoleAsync <RemoteConsole>(serverId, type, cancellationToken));
 }