PostConfigureOptions<TOptions,TDep1,TDep2,TDep3,TDep4,TDep5>.PostConfigure 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.
Overloads
PostConfigure(TOptions) |
Invoked to configure a |
PostConfigure(String, TOptions) |
Invokes the registered initialization Action if the |
PostConfigure(TOptions)
- Source:
- PostConfigureOptions.cs
- Source:
- PostConfigureOptions.cs
- Source:
- PostConfigureOptions.cs
- Source:
- PostConfigureOptions.cs
- Source:
- PostConfigureOptions.cs
Invoked to configure a TOptions
instance using the 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
The options instance to configured.
Applies to
PostConfigure(String, TOptions)
- Source:
- PostConfigureOptions.cs
- Source:
- PostConfigureOptions.cs
- Source:
- PostConfigureOptions.cs
- Source:
- PostConfigureOptions.cs
- Source:
- PostConfigureOptions.cs
Invokes the registered initialization Action if the name
matches.
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
The name of the options instance being configured.
- options
- TOptions
The options instance to configured.
Implements
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET