|
| .NET Framework Class Library |
| ConnectableObservable Constructor (Observable, ISubject) |
| ConnectableObservable Class See Also Send Feedback |
Creates an observable that can be connected and disconnected from its source.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
Rx.ConnectableObservable = function(source, subject); |