Condividi tramite


DiagnosticSourceAdapter.IObserver<KeyValuePair<String,Object>>.OnNext Metodo

Definizione

Fornisce nuovi dati all'osservatore.

 virtual void System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnNext(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> value) = IObserver<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::OnNext;
void IObserver<KeyValuePair<string,object>>.OnNext (System.Collections.Generic.KeyValuePair<string,object> value);
abstract member System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnNext : System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnNext : System.Collections.Generic.KeyValuePair<string, obj> -> unit
Sub OnNext (value As KeyValuePair(Of String, Object)) Implements IObserver(Of KeyValuePair(Of String, Object)).OnNext

Parametri

value
KeyValuePair<String,Object>

Informazioni per la notifica corrente.

Implementazioni

Si applica a