RefCountDisposable Constructor

RxJS

Creates a disposable that only disposes its underlying disposable when all dependent disposables have been disposed.

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

Syntax

JavaScript
Rx.RefCountDisposable = function();

See Also