IDispatcherMessageLoopCheckAccess Method |
Gets whether the current thread is the same as the thread running this message loop.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxReturn Value
Boolean if the current thread runs this message loop; otherwise,
.
RemarksCheckAccess() = !InvokeRequired
See Also