OptionConfigureExtensionMethods.TryConfigureFormatter<TOptions,TOptionFormatter> 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
아직 구성되지 않은 경우 에 대한 TOptions
옵션 포맷터를 구성합니다.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection TryConfigureFormatter<TOptions,TOptionFormatter> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where TOptions : class where TOptionFormatter : class, Orleans.IOptionFormatter<TOptions>;
static member TryConfigureFormatter : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection (requires 'Options : null and 'OptionFormatter : null and 'OptionFormatter :> Orleans.IOptionFormatter<'Options>)
<Extension()>
Public Function TryConfigureFormatter(Of TOptions As Class, TOptionFormatter As Class) (services As IServiceCollection) As IServiceCollection
형식 매개 변수
- TOptions
옵션 유형입니다.
- TOptionFormatter
옵션 포맷터 형식입니다.
매개 변수
- services
- IServiceCollection
서비스입니다.
반환
IServiceCollection다른 호출과 연결하기 위한 입니다.