IOptionsContextReceiver 接口

定义

由上下文选项提供程序用于收集上下文数据。

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

方法

Receive<T>(String, T)

将键值对添加到上下文。

适用于