다음을 통해 공유


OptionConfigureExtensionMethods.ConfigureFormatterResolver<TOptions,TOptionFormatterResolver> 메서드

정의

에 대한 옵션 포맷터 확인자를 구성합니다 TOptions.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection ConfigureFormatterResolver<TOptions,TOptionFormatterResolver> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where TOptions : class where TOptionFormatterResolver : class, Orleans.IOptionFormatterResolver<TOptions>;
static member ConfigureFormatterResolver : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection (requires 'Options : null and 'OptionFormatterResolver : null and 'OptionFormatterResolver :> Orleans.IOptionFormatterResolver<'Options>)
<Extension()>
Public Function ConfigureFormatterResolver(Of TOptions As Class, TOptionFormatterResolver As Class) (services As IServiceCollection) As IServiceCollection

형식 매개 변수

TOptions

옵션 유형입니다.

TOptionFormatterResolver

옵션 포맷터 확인자 유형입니다.

매개 변수

services
IServiceCollection

서비스입니다.

반환

IServiceCollection다른 호출과 연결하기 위한 입니다.

적용 대상