다음을 통해 공유


ILoadContextualOptions<TOptions> 인터페이스

정의

컨텍스트 옵션 공급자 구현에서 명명된 구성 데이터를 검색하는 데 사용됩니다.

generic <typename TOptions>
 where TOptions : classpublic interface class ILoadContextualOptions
public interface ILoadContextualOptions<TOptions> where TOptions : class
type ILoadContextualOptions<'Options (requires 'Options : null)> = interface
Public Interface ILoadContextualOptions(Of TOptions)

형식 매개 변수

TOptions

구성된 옵션의 유형입니다.

메서드

LoadAsync<TContext>(String, TContext, CancellationToken)

의 instance TOptions구성할 데이터를 가져옵니다.

적용 대상