次の方法で共有


ExecutionConfigurationBuilder.AddExecutionConfigurationGatherer Method

Definition

Adds a configuration gatherer to the builder.

public Aspire.Hosting.ApplicationModel.IExecutionConfigurationBuilder AddExecutionConfigurationGatherer(Aspire.Hosting.ApplicationModel.IExecutionConfigurationGatherer gatherer);
abstract member AddExecutionConfigurationGatherer : Aspire.Hosting.ApplicationModel.IExecutionConfigurationGatherer -> Aspire.Hosting.ApplicationModel.IExecutionConfigurationBuilder
override this.AddExecutionConfigurationGatherer : Aspire.Hosting.ApplicationModel.IExecutionConfigurationGatherer -> Aspire.Hosting.ApplicationModel.IExecutionConfigurationBuilder
Public Function AddExecutionConfigurationGatherer (gatherer As IExecutionConfigurationGatherer) As IExecutionConfigurationBuilder

Parameters

gatherer
IExecutionConfigurationGatherer

The configuration gatherer to add.

Returns

The current instance of the builder.

Implements

Applies to