







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); |