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
- scheduler
Type: Microsoft.Phone.Reactive.IScheduler
- action
Type: System.Action<Action<DateTimeOffset>>
- dueTime
Type: System.DateTimeOffset
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.