ToAsync Method (FuncObjectArrayObject, Scheduler)

RxJS

Converts the function into an asynchronous function, using scheduler to schedule the work.

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

Syntax

JavaScript
Rx.Observable.ToAsync = function(original, scheduler);

Parameters

original
Type: System..::.FuncObjectArrayObject
scheduler
Type: Rx..::.Scheduler

See Also