1 write to GetCommandResult
Aspire.Hosting.Tests (1)
WithHttpCommandTests.cs (1)
377GetCommandResult = resultContext =>
4 references to GetCommandResult
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
2119/// 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 2209/// 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 2288if (commandOptions.GetCommandResult is not null) 2299return await commandOptions.GetCommandResult(resultContext).ConfigureAwait(false);