다음을 통해 공유


VirtualTimeSchedulerBase<TAbsolute, TRelative>. ScheduleAbsolute<TState> 메서드

dueTime에 실행되도록 작업을 예약합니다.

네임스페이스:System.Reactive.Concurrency
어셈블리: System.Reactive(System.Reactive.dll)

Syntax

'Declaration
Public MustOverride Function ScheduleAbsolute(Of TState) ( _
    state As TState, _
    dueTime As TAbsolute, _
    action As Func(Of IScheduler, TState, IDisposable) _
) As IDisposable
'Usage
Dim instance As VirtualTimeSchedulerBase
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 abstract 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
) abstract
abstract ScheduleAbsolute : 
        state:'TState * 
        dueTime:'TAbsolute * 
        action:Func<IScheduler, 'TState, IDisposable> -> IDisposable 
JScript does not support generic types and methods.

형식 매개 변수

  • TState
    상태 인수 형식입니다.

매개 변수

  • state
    형식: TState
    실행할 작업에 전달된 상태입니다.
  • dueTime
    형식: TAbsolute
    작업을 실행할 절대 시간입니다.

반환 값

형식: System.IDisposable
예약된 작업을 취소하는 데 사용되는 IDisposable 개체입니다(최상의 작업).

참고 항목

참조

VirtualTimeSchedulerBase<TAbsolute, TRelative> 클래스

System.Reactive.Concurrency 네임스페이스