Scheduler.Schedule Method (IScheduler, Action<Action<DateTimeOffset>>, DateTimeOffset)

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Schedule ( _
    scheduler As IScheduler, _
    action As Action(Of Action(Of DateTimeOffset)), _
    dueTime As DateTimeOffset _
) As IDisposable
public static IDisposable Schedule(
    this IScheduler scheduler,
    Action<Action<DateTimeOffset>> action,
    DateTimeOffset dueTime
)
[ExtensionAttribute]
public:
static IDisposable^ Schedule(
    IScheduler^ scheduler, 
    Action<Action<DateTimeOffset>^>^ action, 
    DateTimeOffset dueTime
)
static member Schedule : 
        scheduler:IScheduler * 
        action:Action<Action<DateTimeOffset>> * 
        dueTime:DateTimeOffset -> IDisposable

Parameters

Return Value

Type: System.IDisposable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IScheduler. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Scheduler Class

Schedule Overload

Microsoft.Phone.Reactive Namespace