ReplaySubject Class

Represents an object that is both an observable sequence as well as an observer.

Namespace: SharpKit.Rx

Base Types

System.Object

Constructors

Name Description
ReplaySubject(int, int, Scheduler) Creates a replayable subject.
ReplaySubject(int, int) Creates a replayable subject.

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.