FuncIDisposableObservable Class

RxJS

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

Syntax

JavaScript
System.FuncIDisposableObservable = function();

Type.createClass(
	'System.FuncIDisposableObservable',
	MulticastDelegate);

Inheritance Hierarchy

System..::.Object
  System..::.Delegate
    System..::.MulticastDelegate
      System..::.FuncIDisposableObservable

See Also