Пример #1
0
 /// <inheritdoc cref="ComputeService.GetConsoleAsync" />
 public static Console GetConsole(this ComputeService service, Identifier serverId, ConsoleProtocol protocol, RemoteConsoleType type)
 {
     return(service.GetConsoleAsync(serverId, protocol, type).ForceSynchronous());
 }