DiagnosticSourceAdapter.IObserver<KeyValuePair<String,Object>>.OnNext Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece novos dados ao observador.
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
Parâmetros
- value
- KeyValuePair<String,Object>
As informações da notificação atual.
Implementações
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.