IScheduler Interface

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

Syntax

'Declaration
Public Interface IScheduler
public interface IScheduler
public interface class IScheduler
type IScheduler =  interface end

The IScheduler type exposes the following members.

Properties

  Name Description
Public property Now

Top

Methods

  Name Description
Public method Schedule(Action)
Public method Schedule(Action, TimeSpan)

Top

Extension Methods

  Name Description
Public Extension Method Schedule(Action<Action>) Overloaded. (Defined by Scheduler.)
Public Extension Method Schedule(Action, DateTimeOffset) Overloaded. (Defined by Scheduler.)
Public Extension Method Schedule(Action<Action<TimeSpan>>, TimeSpan) Overloaded. (Defined by Scheduler.)
Public Extension Method Schedule(Action<Action<DateTimeOffset>>, DateTimeOffset) Overloaded. (Defined by Scheduler.)

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

See Also

Reference

Microsoft.Phone.Reactive Namespace