Scheduler Class

Represents an object that schedules units of work.

Namespace: SharpKit.Rx

Base Types

System.Object

Constructors

Properties

Name Description
CurrentThread Gets the scheduler that schedules work as soon as possible on the current thread.
Immediate Gets the scheduler that schedules work immediately on the current thread.
Timeout Gets the scheduler that schedules work using window.setTimeout.

Methods

Name Description
Now() Gets the scheduler's notion of current time.
Schedule(Action) Schedules action to be executed.
ScheduleRecursive(Action<Action>)
ScheduleRecursiveWithTime(Action<Action<int>>, int)
ScheduleWithTime(Action, int) Schedules action to be executed after dueTime.
© Copyright 2005-2011 SharpKit. All rights reserved.