TaskPoolScheduler.Schedule メソッド

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

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

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

オーバーロードの一覧

  名前 説明
Public メソッド Schedule<TState>(TState, Func<IScheduler, TState, IDisposable>) 実行するアクションをスケジュールします。
Public メソッド Schedule<TState>(TState, DateTimeOffset, Func<IScheduler, TState, IDisposable>) System.Threading.Timer オブジェクトを使用して、dueTime で実行されるアクションをスケジュールします。
Public メソッド Schedule<TState>(TState, TimeSpan, Func<IScheduler, TState, IDisposable>) System.Threading.Timer オブジェクトを使用して、dueTime の後に実行されるアクションをスケジュールします。

参照

リファレンス

TaskPoolScheduler クラス

System.Reactive.Concurrency 名前空間