DatabaseErrorPageMiddleware.IObserver<KeyValuePair<String,Object>>.OnNext Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
virtual void System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnNext(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> keyValuePair) = IObserver<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::OnNext;
void IObserver<KeyValuePair<string,object>>.OnNext (System.Collections.Generic.KeyValuePair<string,object> keyValuePair);
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 (keyValuePair As KeyValuePair(Of String, Object)) Implements IObserver(Of KeyValuePair(Of String, Object)).OnNext
Parámetros
- keyValuePair
- KeyValuePair<String,Object>