Represents an object that is both an observable sequence as well as an observer.
Namespace: SharpKit.Rx
Methods
|
OnCompleted()
|
Notifies all subscribed observers of the end of the sequence.
|
|
OnError(object)
|
Notifies all subscribed observers with the exception.
|
|
OnNext(object)
|
Notifies all subscribed observers with the value.
|