Skip to content
Docs Try Aspire

ParameterProcessor Constructors

Class Constructors 1 member
Handles processing of parameter resources during application orchestration.
Constructor(ResourceNotificationService, ResourceLoggerService, IInteractionService, ILogger<ParameterProcessor>, DistributedApplicationExecutionContext, IDeploymentStateManager, IUserSecretsManager) Section titled Constructor(ResourceNotificationService, ResourceLoggerService, IInteractionService, ILogger<ParameterProcessor>, DistributedApplicationExecutionContext, IDeploymentStateManager, IUserSecretsManager)
Handles processing of parameter resources during application orchestration.
public sealed class ParameterProcessor
{
public ParameterProcessor(
ResourceNotificationService notificationService,
ResourceLoggerService loggerService,
IInteractionService interactionService,
ILogger<ParameterProcessor> logger,
DistributedApplicationExecutionContext executionContext,
IDeploymentStateManager deploymentStateManager,
IUserSecretsManager userSecretsManager)
{
// ...
}
}
notificationService ResourceNotificationService
loggerService ResourceLoggerService
interactionService IInteractionService
logger ILogger<ParameterProcessor>
deploymentStateManager IDeploymentStateManager
userSecretsManager IUserSecretsManager