ScheduleRecursive Method

RxJS

Schedules action to be executed recursively.

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

Syntax

JavaScript
Rx.Scheduler.ScheduleRecursive = function(action);

Parameters

action
Type: System..::.ActionAction

See Also