Skip to main content

AvaloniaScheduler Class

A reactive scheduler that uses Avalonia's Dispatcher.

Definition

Namespace: Avalonia.ReactiveUI
Assembly: Avalonia.ReactiveUI (in Avalonia.ReactiveUI.dll)

public class AvaloniaScheduler : LocalScheduler
View Source
InheritanceObjectLocalScheduler → AvaloniaScheduler

Properties

Now()Gets the scheduler's notion of current time.
(Inherited from LocalScheduler)

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetService(Type)Discovers scheduler services by interface type. The base class implementation returns requested services for each scheduler interface implemented by the derived class. For more control over service discovery, derived types can override this method.
(Inherited from LocalScheduler)
GetType()Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)
Schedule``1(UMP, Func(IScheduler, UMP, IDisposable))Schedules an action to be executed.
(Inherited from LocalScheduler)
Schedule(TState)(TState, TimeSpan, Func(IScheduler, TState, IDisposable))Schedules an action to be executed after dueTime.
(Overrides LocalScheduler.Schedule``1(UMP, TimeSpan, Func(IScheduler, UMP, IDisposable)))
Schedule``1(UMP, DateTimeOffset, Func(IScheduler, UMP, IDisposable))Schedules an action to be executed at dueTime.
(Inherited from LocalScheduler)
Schedule``1(UMP, TimeSpan, Func(IScheduler, UMP, IDisposable))Schedules an action to be executed after dueTime.
(Inherited from LocalScheduler)
StartStopwatch()Starts a new stopwatch object.
(Inherited from LocalScheduler)
ToString()Returns a string that represents the current object.
(Inherited from Object)

Fields

InstanceThe instance of the AvaloniaScheduler.

See Also

Reference

Avalonia.ReactiveUI Namespace