PostConfigureOptions<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5>.PostConfigure Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| PostConfigure(TOptions) |
Konfiguriert eine |
| PostConfigure(String, TOptions) |
Ruft die registrierte Initialisierung Action auf, wenn die |
PostConfigure(TOptions)
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
Konfiguriert eine TOptions Instanz mithilfe der DefaultName.
public:
void PostConfigure(TOptions options);
public void PostConfigure(TOptions options);
member this.PostConfigure : 'Options -> unit
Public Sub PostConfigure (options As TOptions)
Parameter
- options
- TOptions
Die zu konfigurierende Optionsinstanz.
Gilt für:
PostConfigure(String, TOptions)
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
Ruft die registrierte Initialisierung Action auf, wenn die name Übereinstimmungen übereinstimmen.
public:
virtual void PostConfigure(System::String ^ name, TOptions options);
public virtual void PostConfigure(string? name, TOptions options);
abstract member PostConfigure : string * 'Options -> unit
override this.PostConfigure : string * 'Options -> unit
Public Overridable Sub PostConfigure (name As String, options As TOptions)
Parameter
- name
- String
Der Name der zu konfigurierenden Optionsinstanz.
- options
- TOptions
Die zu konfigurierende Optionsinstanz.