Compartilhar via


IOptionsContextReceiver.Receive<T>(String, T) Método

Definição

Adicione um par chave-valor ao contexto.

public:
generic <typename T>
 void Receive(System::String ^ key, T value);
public void Receive<T> (string key, T value);
abstract member Receive : string * 'T -> unit
Public Sub Receive(Of T) (key As String, value As T)

Parâmetros de tipo

T

O tipo de dados.

Parâmetros

key
String

O nome dos dados.

value
T

Os dados usados para determinar como preencher opções contextuais.

Aplica-se a