IOptionsContextReceiver インターフェイス

定義

コンテキスト オプション プロバイダーがコンテキスト データを収集するための機能を提供します。

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

メソッド

名前 説明
Receive<T>(String, T)

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

適用対象