IObserver Interface

Supports push-style iteration over an observable sequence.

Namespace: SharpKit.Rx

Methods

Name Description
OnCompleted() Notifies the observer of the end of the sequence.
OnError(object) Notifies the observer that an exception has occurred.
OnNext(object) Notifies the observer of a new value in the sequence.
© Copyright 2005-2011 SharpKit. All rights reserved.