예제 #1
0
 /// <inheritdoc cref="ComputeApi.GetRdpConsoleAsync{T}" />
 public virtual Task <RemoteConsole> GetRdpConsoleAsync(Identifier serverId, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(_computeApi.GetRdpConsoleAsync <RemoteConsole>(serverId, RemoteConsoleType.RdpHtml5, cancellationToken));
 }