다음을 통해 공유


IOptionsContextReceiver 인터페이스

정의

컨텍스트 옵션 공급자가 컨텍스트 데이터를 수집하는 데 사용됩니다.

public interface class IOptionsContextReceiver
public interface IOptionsContextReceiver
type IOptionsContextReceiver = interface
Public Interface IOptionsContextReceiver

메서드

Receive<T>(String, T)

컨텍스트에 키-값 쌍을 추가합니다.

적용 대상