Table of Contents

Interface IDispatcherImpl

Namespace
Avalonia.Threading
Assembly
Avalonia.Base.dll
[PrivateApi]
public interface IDispatcherImpl

Properties

CurrentThreadIsLoopThread

bool CurrentThreadIsLoopThread { get; }

Property Value

bool

Now

long Now { get; }

Property Value

long

Methods

Signal()

void Signal()

UpdateTimer(long?)

void UpdateTimer(long? dueTimeInMs)

Parameters

dueTimeInMs long?

Events

Signaled

event Action? Signaled

Event Type

Action

Timer

event Action? Timer

Event Type

Action