BooleanDisposable Class

RxJS

Represents an IDisposable that can be checked for status.

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

Syntax

JavaScript
Rx.BooleanDisposable = function();

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

Inheritance Hierarchy

System..::.Object
  Rx..::.BooleanDisposable

See Also