IDispatcherCheckAccess Method
Determines whether the calling thread is the thread associated with this
IDispatcher.
Namespace: Avalonia.ThreadingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Function CheckAccess As Boolean
abstract CheckAccess : unit -> bool
Return Value
BooleanTrue if he calling thread is the thread associated with the dispatched, otherwise false.