Interface IDispatcherImpl
[PrivateApi]
public interface IDispatcherImpl
Properties
CurrentThreadIsLoopThread
bool CurrentThreadIsLoopThread { get; }
Property Value
Now
long Now { get; }
Property Value
Methods
Signal()
void Signal()
UpdateTimer(long?)
void UpdateTimer(long? dueTimeInMs)
Parameters
dueTimeInMs
long?
Events
Signaled
event Action? Signaled
Event Type
Timer
event Action? Timer