ParameterProcessor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles processing of parameter resources during application orchestration.
public sealed class ParameterProcessor
type ParameterProcessor = class
Public NotInheritable Class ParameterProcessor
- Inheritance
-
ParameterProcessor
Constructors
| ParameterProcessor(ResourceNotificationService, ResourceLoggerService, IInteractionService, ILogger<ParameterProcessor>, DistributedApplicationOptions, DistributedApplicationExecutionContext) |
Handles processing of parameter resources during application orchestration. |
Methods
| InitializeParametersAsync(DistributedApplicationModel, Boolean, CancellationToken) |
Initializes parameter resources by collecting dependent parameters from the distributed application model and handles unresolved parameters if interaction service is available. |
| InitializeParametersAsync(IEnumerable<ParameterResource>, Boolean) |
Initializes parameter resources and handles unresolved parameters if interaction service is available. |