VirtualTimeScheduler<TAbsolute、TRelative>。ScheduleAbsolute<TState> メソッド (TState、TAbsolute、Func<IScheduler、TState、IDisposable>)

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

Namespace:System.Reactive.Concurrency
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'Declaration
Public Overrides Function ScheduleAbsolute(Of TState) ( _
    state As TState, _
    dueTime As TAbsolute, _
    action As Func(Of IScheduler, TState, IDisposable) _
) As IDisposable
'Usage
Dim instance As VirtualTimeScheduler
Dim state As TState
Dim dueTime As TAbsolute
Dim action As Func(Of IScheduler, TState, IDisposable)
Dim returnValue As IDisposable

returnValue = instance.ScheduleAbsolute(state, _
    dueTime, action)
public override IDisposable ScheduleAbsolute<TState>(
    TState state,
    TAbsolute dueTime,
    Func<IScheduler, TState, IDisposable> action
)
public:
generic<typename TState>
virtual IDisposable^ ScheduleAbsolute(
    TState state, 
    TAbsolute dueTime, 
    Func<IScheduler^, TState, IDisposable^>^ action
) override
abstract ScheduleAbsolute : 
        state:'TState * 
        dueTime:'TAbsolute * 
        action:Func<IScheduler, 'TState, IDisposable> -> IDisposable 
override ScheduleAbsolute : 
        state:'TState * 
        dueTime:'TAbsolute * 
        action:Func<IScheduler, 'TState, IDisposable> -> IDisposable 
JScript does not support generic types and methods.

型パラメーター

  • TState
    state 引数の型。

パラメーター

  • state
    種類: TState
    実行するアクションに渡される状態。
  • Duetime
    種類: TAbsolute
    アクションを実行する絶対時刻。

戻り値

種類: System.IDisposable
スケジュールされたアクションを取り消すために使用される破棄可能なオブジェクト (ベスト エフォート)。

参照

リファレンス

VirtualTimeScheduler<TAbsolute、TRelative> クラス

ScheduleAbsolute オーバーロード

System.Reactive.Concurrency 名前空間