IObserver<T>.OnNext Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Notifies the observer of a new value in the observable sequence.
Assembly: mscorlib (in mscorlib.dll)
After an observer has called a provider's Subscribe method, the provider calls the observer's OnNext(T) method to provide notifications.
Show: