PostConfigureOptions<TOptions,TDep>.PostConfigure Methode

Definitie

Overloads

Name Description
PostConfigure(TOptions)

Hiermee configureert u een TOptions exemplaar met behulp van de DefaultName.

PostConfigure(String, TOptions)

Roept de geregistreerde initialisatie Action aan als de name overeenkomsten overeenkomen.

PostConfigure(TOptions)

Bron:
PostConfigureOptions.cs
Bron:
PostConfigureOptions.cs
Bron:
PostConfigureOptions.cs
Bron:
PostConfigureOptions.cs

Hiermee configureert u een TOptions exemplaar met behulp van de DefaultName.

public:
 void PostConfigure(TOptions options);
public void PostConfigure(TOptions options);
member this.PostConfigure : 'Options -> unit
Public Sub PostConfigure (options As TOptions)

Parameters

options
TOptions

Het exemplaar van de opties dat moet worden geconfigureerd.

Van toepassing op

PostConfigure(String, TOptions)

Bron:
PostConfigureOptions.cs
Bron:
PostConfigureOptions.cs
Bron:
PostConfigureOptions.cs
Bron:
PostConfigureOptions.cs

Roept de geregistreerde initialisatie Action aan als de name overeenkomsten overeenkomen.

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)

Parameters

name
String

De naam van het exemplaar van de opties dat wordt geconfigureerd.

options
TOptions

Het exemplaar van de opties dat moet worden geconfigureerd.

Implementeringen

Van toepassing op