AvaloniaScheduler Class

A reactive scheduler that uses Avalonia's Dispatcher.

Definition

Namespace: Avalonia.ReactiveUI
Assembly: Avalonia.ReactiveUI (in Avalonia.ReactiveUI.dll) Version: 11.3.999
public class AvaloniaScheduler : LocalScheduler
Inheritance
Object    LocalScheduler    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)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes 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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Schedule``1(UMP, FuncIScheduler, UMP, IDisposable) Schedules an action to be executed.
(Inherited from LocalScheduler)
ScheduleTState(TState, TimeSpan, FuncIScheduler, TState, IDisposable) Schedules an action to be executed after dueTime.
(Overrides LocalScheduler.Schedule``1(UMP, TimeSpan, FuncIScheduler, UMP, IDisposable))
Schedule``1(UMP, DateTimeOffset, FuncIScheduler, UMP, IDisposable) Schedules an action to be executed at dueTime.
(Inherited from LocalScheduler)
Schedule``1(UMP, TimeSpan, FuncIScheduler, UMP, IDisposable) Schedules an action to be executed after dueTime.
(Inherited from LocalScheduler)
StartStopwatch Starts a new stopwatch object.
(Inherited from LocalScheduler)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Instance The instance of the AvaloniaScheduler.

See Also