ClientBuilderExtensions.ConfigureAppConfiguration Method
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.
Sets up the configuration for the remainder of the build process and application. This can be called multiple times and the results will be additive. The results will be available at Configuration for subsequent operations./>.
public static Orleans.IClientBuilder ConfigureAppConfiguration (this Orleans.IClientBuilder hostBuilder, Action<Microsoft.Extensions.Configuration.IConfigurationBuilder> configureDelegate);
static member ConfigureAppConfiguration : Orleans.IClientBuilder * Action<Microsoft.Extensions.Configuration.IConfigurationBuilder> -> Orleans.IClientBuilder
<Extension()>
Public Function ConfigureAppConfiguration (hostBuilder As IClientBuilder, configureDelegate As Action(Of IConfigurationBuilder)) As IClientBuilder
Parameters
- hostBuilder
- IClientBuilder
The host builder to configure.
- configureDelegate
- Action<IConfigurationBuilder>
Returns
The same instance of the host builder for chaining.