次の方法で共有


IOptionsContextReceiver インターフェイス

定義

コンテキスト データを収集するためにコンテキスト オプション プロバイダーによって使用されます。

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

メソッド

Receive<T>(String, T)

キーと値のペアをコンテキストに追加します。

適用対象