PostConfigureOptions<TOptions,TDep1,TDep2,TDep3>.PostConfigure Methode

Definition

Überlädt

PostConfigure(TOptions)

Wird aufgerufen, um eine TOptions-Instanz mit DefaultName zu konfigurieren.

PostConfigure(String, TOptions)

Ruft die registrierte Action für die Initialisierung auf, wenn name übereinstimmt.

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.

Implementiert

Gilt für: