RefCountDisposable Class

RxJS

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

Type.createClass(
	'Rx.RefCountDisposable',
	null,
	IDisposable);

Inheritance Hierarchy

System..::.Object
  Rx..::.RefCountDisposable

See Also