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