Scheduler.Schedule メソッド

プロテクト メンバーを含む
継承されたメンバーを含む

実行するアクションをスケジュールします。

このメンバーはオーバーロードされます。 構文、使用方法、例など、このメンバーの詳細については、オーバーロード リストで名前をクリックしてください。

オーバーロードの一覧

  名前 説明
Public メソッドStatic メンバー Schedule(IScheduler, Action) 実行するアクションをスケジュールします。
Public メソッドStatic メンバー Schedule(IScheduler, Action<Action>) 再帰的に実行されるアクションをスケジュールします。
Public メソッドStatic メンバー Schedule(IScheduler, DateTimeOffset, Action) dueTime で実行されるアクションをスケジュールします。
Public メソッドStatic メンバー Schedule(IScheduler, DateTimeOffset, Action<Action<DateTimeOffset>>) dueTime の後に実行されるアクションをスケジュールします。
Public メソッドStatic メンバー Schedule(IScheduler, TimeSpan, Action) dueTime の後に実行されるアクションをスケジュールします。
Public メソッドStatic メンバー Schedule(IScheduler, TimeSpan, Action<Action<TimeSpan>>) 各 dueTime の後に再帰的に実行されるアクションをスケジュールします。
Public メソッドStatic メンバー Schedule<TState>(IScheduler, TState, Action<TState, Action<TState>>) 再帰的に実行されるアクションをスケジュールします。
Public メソッドStatic メンバー Schedule<TState>(IScheduler, TState, DateTimeOffset, Action<TState, Action<TState, DateTimeOffset>>) 各 dueTime で再帰的に実行されるアクションをスケジュールします。
Public メソッドStatic メンバー Schedule<TState>(IScheduler, TState, TimeSpan, Action<TState, Action<TState, TimeSpan>>) 各 dueTime の後に再帰的に実行されるアクションをスケジュールします。

参照

リファレンス

Scheduler クラス

System.Reactive.Concurrency 名前空間