DiagnosticSourceAdapter.IObserver<KeyValuePair<String,Object>>.OnNext Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the observer with new data.
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;
C#
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>
The current notification information.
Product | Versions |
---|---|
.NET Standard | 2.0 (package-provided) |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: