Microsoft.Extensions.Options.ConfigureNamedOptions<TOptions, TDep1, TDep2, TDep3>
public class ConfigureNamedOptions<TOptions, TDep1, TDep2, TDep3> : IConfigureNamedOptions<TOptions>, IConfigureOptions<TOptions>
Implementation of IConfigureNamedOptions<T>.
Gets the configuration action.
Gets the first dependency.
Gets the second dependency.
Gets the third dependency.
Gets the options name.
public ConfigureNamedOptions(string name, TDep1 dependency, TDep2 dependency2, TDep3 dependency3, Action<TOptions, TDep1, TDep2, TDep3> action)
Constructor.
Invokes the registered configure Action if the name matches.
Configures a TOptions instance with the DefaultName.