Empty Method (Scheduler)

RxJS

Returns an empty observable sequence.

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

Syntax

JavaScript
Rx.Observable.Empty = function(scheduler);

Parameters

scheduler
Type: Rx..::.Scheduler

See Also