Skip to main content

Interface IVelloWindowsDispatcher

Namespace: VelloSharp.Windows.Shared.Dispatching
Assembly: VelloSharp.Windows.Shared.dll

public interface IVelloWindowsDispatcher

Properties

HasThreadAccess

bool HasThreadAccess { get; }

Property Value

bool

Methods

CreateTimer()

IVelloWindowsDispatcherTimer CreateTimer()

Returns

IVelloWindowsDispatcherTimer

TryEnqueue(Action)

bool TryEnqueue(Action callback)

Parameters

callback Action

Returns

bool