DispatcherCheckAccess Method

Checks that the current thread is the UI thread.

Definition

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

Return Value

Boolean

Implements

IDispatcherCheckAccess

See Also