Subject 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
Subject(Scheduler) Creates a subject.
Subject() Creates a subject.

Methods

Name Description
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.
© Copyright 2005-2011 SharpKit. All rights reserved.