IConfigureNamedOptions<TOptions>.Configure(String, TOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked to configure a TOptions
instance.
public void Configure (string? name, TOptions options);
abstract member Configure : string * 'Options -> unit
Public Sub Configure (name As String, options As TOptions)
Parameters
- name
- String
The name of the options instance being configured.
- options
- TOptions
The options instance to configure.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.