AsyncSubject Class

RxJS

Represents the result of an asynchronous operation.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.AsyncSubject = function();

Type.createClass(
	'Rx.AsyncSubject',
	Rx.Observable,
	Rx.ISubject,
	Rx.IObservable,
	Rx.IObserver);

Inheritance Hierarchy

System..::.Object
  Rx..::.Observable
    Rx..::.AsyncSubject

See Also