Taal

IPostConfigureOptions<TOptions>.PostConfigure(String, TOptions) Methode

Definitie

Hiermee configureert u een TOptions exemplaar.

public void PostConfigure(string? name, TOptions options);
abstract member PostConfigure : string * 'Options -> unit
Public 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.

Van toepassing op