INamedServiceConfigurator 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
명명된 서비스를 구성하는 기능입니다.
public interface INamedServiceConfigurator
type INamedServiceConfigurator = interface
Public Interface INamedServiceConfigurator
- 파생
속성
ConfigureDelegate |
서비스를 구성하는 데 사용되는 대리자를 가져옵니다. |
Name |
서비스 이름을 가져옵니다. |
확장 메서드
Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>) |
명명된 서비스에 대한 옵션을 구성합니다. |
ConfigureComponent<TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>) |
명명된 서비스에 단일 구성 요소를 추가합니다. |
ConfigureComponent<TOptions,TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>) |
명명된 서비스에 단일 구성 요소를 추가하고 명명된 서비스에 대한 옵션을 구성합니다. |
ConfigureLifecycle<T>(INamedServiceConfigurator) |
명명된 서비스를 구성하는 기능입니다. |