2 writes to GetCommandResult
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
177
GetCommandResult
= async ctx =>
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
375
GetCommandResult
= resultContext =>
4 references to GetCommandResult
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
2314
/// The <see cref="HttpCommandOptions.
GetCommandResult
"/> callback will be invoked after the response is received to determine the result of the command invocation. If this callback
2406
/// The <see cref="HttpCommandOptions.
GetCommandResult
"/> callback will be invoked after the response is received to determine the result of the command invocation. If this callback
2487
if (commandOptions.
GetCommandResult
is not null)
2498
return await commandOptions.
GetCommandResult
(resultContext).ConfigureAwait(false);