This topic has not yet been rated - Rate this topic

IObserver<T>.OnNext Method

March 22, 2012

Notifies the observer of a new value in the observable sequence.

Namespace:  System
Assembly:  System.Observable (in System.Observable.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: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)