Implemented interface member:
property
Id
Aspire.Hosting.ApplicationModel.ITerminalBackend.Id
1 write to Id
Aspire.Hosting (1)
ApplicationModel\ResourceAspireTerminal.cs (1)
58
Id
= id;
13 references to Id
Aspire.Hosting (13)
ApplicationModel\ResourceAspireTerminal.cs (11)
121
await TerminalAutomation.WaitForTextAsync(connection.Automator,
Id
, text, timeout, cancellationToken).ConfigureAwait(false);
203
options.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.");
253
throw 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
);