1 write to GetCommandResult
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
337
GetCommandResult
= resultContext =>
4 references to GetCommandResult
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
1792
/// 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
1882
/// 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
1974
if (commandOptions.
GetCommandResult
is not null)
1985
return await commandOptions.
GetCommandResult
(resultContext).ConfigureAwait(false);