CompositeDisposable Class

RxJS

Represents a group of Disposables that are disposed together.

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

Syntax

JavaScript
Rx.CompositeDisposable = function();

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

Inheritance Hierarchy

System..::.Object
  Rx..::.CompositeDisposable

See Also