Click or drag to resize

IDispatcherMessageLoopCheckAccess Method

Gets whether the current thread is the same as the thread running this message loop.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool CheckAccess()

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.Services.IDispatcherMessageLoop.CheckAccess"]

Remarks
CheckAccess() = !InvokeRequired
See Also