Interface IVelloWindowsDispatcher
Namespace: VelloSharp.Windows.Shared.Dispatching
Assembly: VelloSharp.Windows.Shared.dll
public interface IVelloWindowsDispatcher
Properties
HasThreadAccess
bool HasThreadAccess { get; }
Property Value
Methods
CreateTimer()
IVelloWindowsDispatcherTimer CreateTimer()
Returns
TryEnqueue(Action)
bool TryEnqueue(Action callback)
Parameters
callback
Action