ParameterProcessor
Classsealednet10.0
Handles processing of parameter resources during application orchestration.
namespace Aspire.Hosting;
public sealed class ParameterProcessor{ // ...}5 members
Constructors1
Section titled Constructors Handles processing of parameter resources during application orchestration.
Methods4
Section titled MethodsTask Prompts the user to delete a parameter value.
Task Initializes parameter resources and handles unresolved parameters if interaction service is available.
Task Initializes parameter resources by collecting dependent parameters from the distributed application model and handles unresolved parameters if interaction service is available.
Task Prompts the user to set a value for a single parameter.