March 22, 2012
Notifies the observer of a new value in the observable sequence.
void OnNext( T value )
After an observer has called a provider's Subscribe method, the provider calls the observer's OnNext(T) method to provide notifications.
Windows Phone