Observer Class

Supports push-style iteration over an observable sequence.

Namespace: SharpKit.Rx

Base Types

System.Object

Base Interfaces

Methods

Name Description
AsObserver() Hides the identity of an observer.
Create(Action<object>)
Create(Action<object>, Action<object>)
Create(Action<object>, Action<object>, Action)
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.