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) Section titled Constructor(ResourceNotificationService, ResourceLoggerService, IInteractionService, ILogger<ParameterProcessor>, DistributedApplicationExecutionContext, IDeploymentStateManager)
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)
{
// ...
}
}
notificationService ResourceNotificationService
loggerService ResourceLoggerService
interactionService IInteractionService
logger ILogger<ParameterProcessor>
deploymentStateManager IDeploymentStateManager