ManagedDispatcherImpl Class
Definition
public class ManagedDispatcherImpl
Constructors
| Name | Description |
|---|---|
| ManagedDispatcherImpl | No summary available. |
ManagedDispatcherImpl Constructor
public ManagedDispatcherImpl(Avalonia.Controls.Platform.ManagedDispatcherImpl.IManagedDispatcherInputProvider inputProvider)
Parameters
inputProvider Avalonia.Controls.Platform.ManagedDispatcherImpl.IManagedDispatcherInputProvider
Methods
| Name | Description |
|---|---|
| RunLoop | No summary available. |
| Signal | No summary available. |
| UpdateTimer | No summary available. |
RunLoop Method
public void RunLoop(System.Threading.CancellationToken token)
Parameters
token System.Threading.CancellationToken
Signal Method
public void Signal()
UpdateTimer Method
public void UpdateTimer(Nullable<long> dueTimeInMs)
Parameters
dueTimeInMs Nullable<long>
Properties
| Name | Description |
|---|---|
| CanQueryPendingInput | No summary available. |
| CurrentThreadIsLoopThread | No summary available. |
| HasPendingInput | No summary available. |
| Now | No summary available. |
CanQueryPendingInput Property
public bool CanQueryPendingInput { get; set; }
CurrentThreadIsLoopThread Property
public bool CurrentThreadIsLoopThread { get; set; }
HasPendingInput Property
public bool HasPendingInput { get; set; }
Now Property
public long Now { get; set; }
Events
Signaled Event
public event Action Signaled
Timer Event
public event Action Timer