DiagnosticSourceAdapter.IObserver<KeyValuePair<String,Object>>.OnNext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供觀察者新的資料。
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
參數
- value
- KeyValuePair<String,Object>
目前的通知資訊。