Freigeben über


SynchronizationContextScheduler.Schedule-Methode (Action, TimeSpan)

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Function Schedule ( _
    action As Action, _
    dueTime As TimeSpan _
) As IDisposable
public IDisposable Schedule(
    Action action,
    TimeSpan dueTime
)
public:
virtual IDisposable^ Schedule(
    Action^ action, 
    TimeSpan dueTime
) sealed
abstract Schedule : 
        action:Action * 
        dueTime:TimeSpan -> IDisposable 
override Schedule : 
        action:Action * 
        dueTime:TimeSpan -> IDisposable 

Parameter

Rückgabewert

Typ: System.IDisposable

Implementiert

IScheduler.Schedule(Action, TimeSpan)

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

SynchronizationContextScheduler Klasse

Schedule-Überladung

Microsoft.Phone.Reactive-Namespace