Create Method

RxJS

Creates an observable sequence from the subscribe implementation.

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

Syntax

JavaScript
Rx.Observable.Create = function(subcribe);

Parameters

subcribe
Type: System..::.FuncObserverAction

See Also