다음을 통해 공유


OptionConfigureExtensionMethods.TryConfigureFormatter<TOptions,TOptionFormatter> 메서드

정의

아직 구성되지 않은 경우 에 대한 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다른 호출과 연결하기 위한 입니다.

적용 대상