CheckAccess Method
Determines whether the calling thread is the thread associated with this IDispatcher.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
bool CheckAccess()
Function CheckAccess As Boolean
abstract CheckAccess : unit -> bool
Return Value
Boolean
True if he calling thread is the thread associated with the dispatched, otherwise false.