PostConfigureOptions<TOptions,TDep1,TDep2,TDep3>.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
PostConfigure(TOptions) |
Wird aufgerufen, um eine |
PostConfigure(String, TOptions) |
Ruft die registrierte Action für die Initialisierung auf, wenn |
PostConfigure(TOptions)
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
Wird aufgerufen, um eine TOptions
-Instanz mit DefaultName zu konfigurieren.
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 Optionsinstanz, die konfiguriert werden soll.
Gilt für:
PostConfigure(String, TOptions)
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
- Quelle:
- PostConfigureOptions.cs
Ruft die registrierte Action für die Initialisierung auf, wenn name
übereinstimmt.
public:
virtual void PostConfigure(System::String ^ name, TOptions options);
public virtual void PostConfigure (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 Optionsinstanz, die konfiguriert wird.
- options
- TOptions
Die Optionsinstanz, die konfiguriert werden soll.