OnNext Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

void OnNext(
	T value
)

Parameters

value
Type: T
The current notification information.

After an observer has called a provider's Subscribe method, the provider calls the observer's OnNext(T) method to provide notifications.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft