Click or drag to resize

CurrentDispatcher Property

Used to invoke calls in the context of the Gui thread.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IDispatcherMessageLoop Dispatcher { get; }

Property Value

IDispatcherMessageLoop
Object that can be used to invoke calls in the context of the Gui thread.
See Also