다음을 통해 공유


DispatcherScheduler.Schedule<TState 메서드(TState> , TimeSpan, Func<IScheduler, TState, IDisposable>)

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

Syntax

'Declaration
Public Function Schedule(Of TState) ( _
    state As TState, _
    dueTime As TimeSpan, _
    action As Func(Of IScheduler, TState, IDisposable) _
) As IDisposable
'Usage
Dim instance As DispatcherScheduler
Dim state As TState
Dim dueTime As TimeSpan
Dim action As Func(Of IScheduler, TState, IDisposable)
Dim returnValue As IDisposable

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

형식 매개 변수

  • TState

매개 변수

  • state
    형식: TState

반환 값

형식: System.IDisposable

구현

IScheduler.Schedule<TState>(TState, TimeSpan, Func<IScheduler, TState, IDisposable>)

참고 항목

참조

DispatcherScheduler 클래스

예약 오버로드

System.Reactive.Concurrency 네임스페이스