CompositeDisposable Constructor (IDisposable, IDisposable)

RxJS

Constructs a CompositeDisposable from a group of disposables.

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

Syntax

JavaScript
Rx.CompositeDisposable = function(d1, d2);

Parameters

d1
Type: System..::.IDisposable
d2
Type: System..::.IDisposable

See Also