Create Method

RxJS

Creates the disposable that invokes dispose when disposed.

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

Syntax

JavaScript
Rx.Disposable.Create = function(action);

Parameters

action
Type: System..::.Action

See Also