Clear
Up
SharpKit Reference
SharpKit.AspNetAjax
SharpKit.ExtJs
SharpKit.SenchaTouch-2.0.0
SharpKit.FireFox.Firebug
SharpKit.Html4
SharpKit.Html
SharpKit.Html.Linq
SharpKit.JavaScript
SharpKit.jQTouch
SharpKit.jQuery
SharpKit.jQueryUI
SharpKit.jQueryUI.Controls
SharpKit.JsClr
SharpKit.KnockoutJs-1.2.1
SharpKit.jQueryMobile-1.0b1
SharpKit.RxJS
SharpKit.Rx
AsyncSubject Class
BehaviorSubject Class
BooleanDisposable Class
CompositeDisposable Class
ConnectableObservable Class
Disposable Class
GroupedObservable Class
IObservable Interface
IObserver Interface
ISubject Interface
List Class
MutableDisposable Class
Notification Class
Observable Class
Observer Class
Observer Constructor
Observer Constructor
Observer Constructor
AsObserver Method
Create Method
Create Method
Create Method
OnCompleted Method
OnError Method
OnNext Method
Pattern Class
Plan Class
RefCountDisposable Class
ReplaySubject Class
Scheduler Class
Subject Class
XmlHttpRequestDetails Class
SharpKit.Raphael
Observer Class
Supports push-style iteration over an observable sequence.
Namespace:
SharpKit.Rx
Base Types
System.Object
Base Interfaces
SharpKit.Rx.IObserver
Constructors
Name
Description
Observer(Action<object>)
Observer(Action<object>, Action<object>)
Observer(Action<object>, Action<object>, Action)
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.