Microsoft.Extensions.Options.PostConfigureOptions<TOptions, TDep1, TDep2, TDep3>
Implementation of IPostConfigureOptions<T>.
Gets the configuration action.
Gets the first dependency.
Gets the second dependency.
Gets the third dependency.
Gets the options name.
public PostConfigureOptions(string name, TDep1 dependency, TDep2 dependency2, TDep3 dependency3, Action<TOptions, TDep1, TDep2, TDep3> action)
Initializes a new instance of PostConfigureOptions<T, U, V, W>.
Invokes the registered initialization Action if the name matches.
Configures a TOptions instance using the DefaultName.