Edit

Share via


IOptionsContextReceiver Interface

Definition

Used by contextual options providers to collect context data.

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

Methods

Receive<T>(String, T)

Add a key-value pair to the context.

Applies to