IDispatcherCheckAccess Method

Determines whether the calling thread is the thread associated with this IDispatcher.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool CheckAccess()

Return Value

Boolean
True if he calling thread is the thread associated with the dispatched, otherwise false.

See Also