ToAsync Method (FuncObject)

RxJS

Converts the function into an asynchronous function.

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

Syntax

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

Parameters

original
Type: System..::.FuncObject

See Also