Implemented interface member:
property
Id
Aspire.Hosting.ApplicationModel.ITerminalBackend.Id
1 write to Id
Aspire.Hosting (1)
ApplicationModel\ResourceAspireTerminal.cs (1)
58Id = id;
13 references to Id
Aspire.Hosting (13)
ApplicationModel\ResourceAspireTerminal.cs (11)
121await TerminalAutomation.WaitForTextAsync(connection.Automator, Id, text, timeout, cancellationToken).ConfigureAwait(false); 203options.DisplayName = $"apphost-automation:{Id}"; 228_logger.LogDebug("Connecting AppHost automation to resource terminal {TerminalId} at '{ConsumerPath}'.", Id, _consumerUdsPath); 239$"The connection to the terminal host for terminal '{Id}' closed before the terminal was ready."); 253throw new InvalidOperationException($"The terminal host for terminal '{Id}' disconnected during initialization."); 260_logger.LogDebug("Connected to resource terminal {TerminalId} ({Width}x{Height}).", Id, width, height); 294_logger.LogWarning(ex, "Disposing the automation peer for resource terminal {TerminalId} failed unexpectedly.", Id); 304_logger.LogDebug("AppHost automation peer for resource terminal {TerminalId} stopped after disposal or a terminal host disconnect.", Id); 312$"Timed out connecting to the terminal host for terminal '{Id}' at '{_consumerUdsPath}'. The resource replica may not be running.", failure); 317_logger.LogDebug(failure, "Connecting the AppHost automation peer to resource terminal {TerminalId} failed; a later call can retry.", Id); 321_logger.LogWarning(failure, "AppHost automation peer for resource terminal {TerminalId} ended unexpectedly; a later call can reconnect.", Id);
ApplicationModel\ResourceTerminalCatalog.cs (2)
176_logger.LogDebug(ex, "Disconnecting the automation peer for resource terminal {TerminalId} failed.", handle.Id); 190_logger.LogDebug(ex, "Disconnecting a replaced automation peer for resource terminal {TerminalId} failed.", handle.Id);