| DiagnosticTracerBaseIObserverKeyValuePairString, ObjectOnNext Method  | 
 Provides the observer with new data.
 
    Namespace: 
   Autofac.Diagnostics
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
Syntaxvoid IObserver<KeyValuePair<string, Object>>.OnNext(
	KeyValuePair<string, Object> value
)
Private Sub OnNext ( 
	value As KeyValuePair(Of String, Object)
) Implements IObserver(Of KeyValuePair(Of String, Object)).OnNext
Parameters
- value
- Type: System.Collections.GenericKeyValuePairString, Object
 The current notification information.
Implements
IObserverTOnNext(T) See Also
See Also