Scheduler Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.Reactive.Scheduler

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class Scheduler
public static class Scheduler
[ExtensionAttribute]
public ref class Scheduler abstract sealed
[<AbstractClass>]
[<Sealed>]
type Scheduler =  class end

The Scheduler type exposes the following members.

Properties

  Name Description
Public propertyStatic member CurrentThread
Public propertyStatic member Dispatcher
Public propertyStatic member Immediate
Public propertyStatic member NewThread
Public propertyStatic member TaskPool
Public propertyStatic member ThreadPool

Top

Methods

  Name Description
Public methodStatic member Schedule(IScheduler, Action<Action>)
Public methodStatic member Schedule(IScheduler, Action, DateTimeOffset)
Public methodStatic member Schedule(IScheduler, Action<Action<DateTimeOffset>>, DateTimeOffset)
Public methodStatic member Schedule(IScheduler, Action<Action<TimeSpan>>, TimeSpan)

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Reactive Namespace